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

Installation

npx -y selvedge

Configuration

{
  "mcpServers": {
    "selvedge": {
      "command": "npx",
      "args": ["-y", "selvedge"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub