Back to MCP Servers

Synapse Code

Structural code context server for AI agents — compressed symbol indexes, dependency graphs, and git diffs via TypeScript AST analysis. Zero external dependencies, no vector database or embedding API required.

developer-toolstypescriptapiaiembeddingagent

Installation

npx -y synapse-code-mcp

Configuration

{
  "mcpServers": {
    "synapse-code-mcp": {
      "command": "npx",
      "args": ["-y", "synapse-code-mcp"]
    }
  }
}

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