Skip to content
Cursor

Selvedge for Cursor

io.github.masondelan/selvedge

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

client:Cursor transport:stdio runtime:pypi

Install Selvedge in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "selvedge": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "selvedge"
      ],
      "env": {
        "SELVEDGE_DB": "<SELVEDGE_DB>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Selvedge in other clients