AgentHubAgentHub

Synapse — GEO Growth Layer

MCP ServerMCP Registry官方收录

io.github.calvinling2021-star/synapse-geo · v0.1.2

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

概览

Synapse — GEO Growth Layer 是一个MCP Server,收录自 官方 MCP Registry。支持 streamable-http、stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "synapse-geo": {
      "command": "npx",
      "args": [
        "-y",
        "@calvin8miles/mcp-server"
      ]
    }
  }
}

环境变量

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.

相关资源

统一 Manifest

{
  "id": "io.github.calvinling2021-star/synapse-geo",
  "type": "mcp-server",
  "version": "0.1.2",
  "displayName": "Synapse — GEO Growth Layer",
  "description": "Lints + auto-fixes how AI coding agents discover any new product. 24 rules, 6 tools, score 0-100.",
  "repository": {
    "url": "https://github.com/calvinling2021-star/synapse",
    "source": "github"
  },
  "homepage": "https://runsynapse.dev",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@calvin8miles/mcp-server",
        "version": "0.1.2",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "SYNAPSE_API_KEY",
            "description": "Optional. Required only for geo_fix and geo_track_init tools. Read-only tools work without a key.",
            "isSecret": true
          },
          {
            "name": "SYNAPSE_BACKEND",
            "description": "Override the Synapse backend URL. Defaults to https://runsynapse.dev."
          }
        ]
      }
    ],
    "remotes": [
      {
        "transport": "streamable-http",
        "url": "https://runsynapse.dev/api/mcp"
      }
    ]
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.calvinling2021-star/synapse-geo",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.calvinling2021-star%2Fsynapse-geo/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Synapse — GEO Growth Layer — MCP Server 安装与配置 · AgentHub