← Back to Plugins
MCP Server MCP

Selvedge

github By github 👁 1 views ▲ 0 votes

Decision provenance for AI-coded codebases: the why, and what was already tried and rejected.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...