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
By Eltortilla1
Installation
npx -y synapse-code-mcpConfiguration
{
"mcpServers": {
"synapse-code-mcp": {
"command": "npx",
"args": ["-y", "synapse-code-mcp"]
}
}
}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