← Back to Plugins
MCP Server MCP

Synapse — GEO Growth Layer

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @calvin8miles/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://runsynapse.dev/api/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@calvin8miles/mcp-server",
      "version": "0.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional. Required only for geo_fix and geo_track_init tools. Read-only tools work without a key.",
          "format": "string",
          "isSecret": true,
          "name": "SYNAPSE_API_KEY"
        },
        {
          "description": "Override the Synapse backend URL. Defaults to https://runsynapse.dev.",
          "format": "string",
          "default": "https://runsynapse.dev",
          "name": "SYNAPSE_BACKEND"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...