Synaptic Code Intelligence for VS Code
io.github.colinvaughn/synaptic
Code intelligence for repository graphs, change impact, test selection, and engineering memory.
client:VS Code
transport:streamable-http
Install Synaptic Code Intelligence in VS Code
.vscode/mcp.json
{
"servers": {
"synaptic": {
"type": "http",
"url": "https://synapticgraph.com/api/mcp/projects/{project_id}"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs