← Back to Plugins
MCP Server MCP

Synaptic Code Intelligence

github By github 👁 1 views ▲ 0 votes

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

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://synapticgraph.com/api/mcp/projects/{project_id}",
      "headers": [
        {
          "description": "Bearer token from the Synaptic MCP dashboard, including the Bearer prefix",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ],
      "variables": {
        "project_id": {
          "description": "Synaptic project UUID from the MCP dashboard",
          "isRequired": true
        }
      }
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...