HomeDevelopment › Synaptic Code Intelligence

Synaptic Code Intelligence

Code intelligence for repository graphs, change impact, test selection, and engineering memory.

Rust Remote
★ 28 stars Last pushed 2026-09-21 License: AGPL-3.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://synapticgraph.com/api/mcp/projects/{project_id}

Claude Code:

claude mcp add --transport http synaptic https://synapticgraph.com/api/mcp/projects/{project_id} --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "synaptic": {
      "url": "https://synapticgraph.com/api/mcp/projects/{project_id}",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization required secret — Bearer token from the Synaptic MCP dashboard, including the Bearer prefix

Related servers

Data from the Official MCP Registry