MCP Server
MCP
Selvedge
Decision provenance for AI-coded codebases: the why, and what was already tried and rejected.
Install
uvx selvedge
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "selvedge",
"version": "0.3.10",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"description": "The MCP server binary (selvedge-server) differs from the package name, so uvx needs --from.",
"isRequired": true,
"value": "selvedge",
"type": "named",
"name": "--from"
},
{
"description": "Entry point that starts the MCP server over stdio. Plain `uvx selvedge` would launch the CLI instead.",
"isRequired": true,
"value": "selvedge-server",
"type": "positional",
"valueHint": "selvedge-server"
}
],
"environmentVariables": [
{
"description": "Override the SQLite path. Defaults to .selvedge/selvedge.db next to the codebase.",
"name": "SELVEDGE_DB"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment