← Index

Synapse — GEO Growth Layer

io.github.calvinling2021-star/synapse-geo·v0.1.2·Maps & Location
Quality Score
90
/100

Lints + auto-fixes how AI coding agents discover any new product. 24 rules, 6 tools, score 0-100.

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://runsynapse.dev/api/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "synapse-geo": {
      "command": "npx",
      "args": [
        "-y",
        "@calvin8miles/mcp-server"
      ],
      "env": {
        "SYNAPSE_API_KEY": "<your-synapse_api_key>",
        "SYNAPSE_BACKEND": "https://runsynapse.dev"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "synapse-geo": {
      "command": "npx",
      "args": [
        "-y",
        "@calvin8miles/mcp-server"
      ],
      "env": {
        "SYNAPSE_API_KEY": "<your-synapse_api_key>",
        "SYNAPSE_BACKEND": "https://runsynapse.dev"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @calvin8miles/mcp-server
§02  Environment variables
SYNAPSE_API_KEY
secret

Optional. Required only for geo_fix and geo_track_init tools. Read-only tools work without a key.

SYNAPSE_BACKEND

Override the Synapse backend URL. Defaults to https://runsynapse.dev.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
5
§04  Alternatives in Maps & Location