Synaptic Code Intelligence for Claude Desktop
io.github.colinvaughn/synaptic
Code intelligence for repository graphs, change impact, test selection, and engineering memory.
client:Claude Desktop
transport:streamable-http
Install Synaptic Code Intelligence in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"synaptic": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://synapticgraph.com/api/mcp/projects/{project_id}"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs