mcpbeat Sign in

Selvage MCP Server

by selvage-lab Your server? Claim it
local only

Selvage runs on your own machine — the client starts it, so there is no endpoint to ping. 46 installs a week from pypi. Last commit 26 Jun 2026.

An LLM-based code review MCP server with AST-powered smart context extraction

Installs per day peak 63 · avg 12 · -68% w/w
a month agotoday
46
Installs / week
pypi · selvage
36
Stars
0 open issues
26 Jun 2026
Last commit
0 releases in 90 days
License
Python

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    prospective_path = os.path.join(abs_repo_path, filename)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add selvage -- uvx selvage
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "selvage": {
      "args": [
        "selvage"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.selvage]
command = "uvx"
args = ["selvage"]
.cursor/mcp.json
{
  "mcpServers": {
    "selvage": {
      "args": [
        "selvage"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "selvage": {
      "args": [
        "selvage"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Selvage

same job, measured the same way
Code Review Analyst
by j0hanz

Gemini-powered MCP server for code review analysis.

local only
MCP Code Review Server
by goodjobwilliam

Code review as an MCP server — structured reviews with OWASP security scanning.

122 installs/wk local only
Smartguard MCP
by kota1026

SmartGuard MCP Server - AI-powered smart contract security audit tools for Claude Code, Cursor,...

25 installs/wk local only
Code Reviewer AI MCP
by csoai-org

Code Reviewer Ai MCP Server by MEOK AI Labs

204 installs/wk local only
CodeSherlock
by fgc-shreyansh-chachaundiya

AI-powered static and contextual code analysis MCP server

92 installs/wk local only
Codereviewbuddy
by detailobsessed

MCP server that helps AI coding agents interact with AI code reviewers on GitHub PRs

365 installs/wk local only
Multi-MCP
by religa

Multi-model AI orchestration MCP server with code review, compare, and debate tools.

64 installs/wk local only
Deed
by deed-lang

Contract-first language and MCP server for capability-aware code and patch review.

local only

Selvage — questions

Answers built from our own checks of this server.

Why is there no uptime for Selvage?
Selvage runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package selvage was installed 46 times last week.
How do I connect Selvage?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls selvage straight from pypi; nothing to host, nothing to sign up for.
How many people use Selvage?
The pypi package selvage was installed 46 times in the last week. Week over week that is -68%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Selvage open source?
We cannot say either way: written in Python and 36 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.