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
{
"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