Selvage runs on your own machine — the client starts it, so there is no endpoint to ping. 111 installs a week from pypi. Last commit 26 Jun 2026.
An LLM-based code review MCP server with AST-powered smart context extraction
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.
claude mcp add selvage -- uvx selvage
{
"mcpServers": {
"selvage": {
"args": [
"selvage"
],
"command": "uvx"
}
}
}
[mcp_servers.selvage]
command = "uvx"
args = ["selvage"]
{
"mcpServers": {
"selvage": {
"args": [
"selvage"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"selvage": {
"args": [
"selvage"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.