Selvedge
About
Long-term memory for AI-coded codebases — agents log the why behind every change and read it back.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
SELVEDGE_DBClaude Code
claude mcp add --env SELVEDGE_DB= selvedge -- uvx selvedge
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"selvedge","command":"uvx","args":["selvedge"],"env":{"SELVEDGE_DB":""}}'
JSON
{
"mcpServers": {
"selvedge": {
"command": "uvx",
"args": [
"selvedge"
],
"env": {
"SELVEDGE_DB": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.