MCP Server
MCP
Synaptic Code Intelligence
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
By
Comments
Sign in to leave a comment