Back to MCP Servers
Selvedge
Change tracking for AI-era codebases. AI agents call it to log structured change events (entity + diff + reasoning) before the session ends, then query history with diff, blame, history, changeset, and search. Captures the intent that would otherwise evaporate.
developer-toolsaiagent
By masondelan
Installation
npx -y selvedgeConfiguration
{
"mcpServers": {
"selvedge": {
"command": "npx",
"args": ["-y", "selvedge"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes