AgentHubAgentHub

Bridge Town

MCP ServerMCP Registry官方收录

builders.bridgetown/bridge-town · v1.0.1

Build financial models as code. Cloud execution, GSheets MCP, version control, collaboration.

概览

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

安装

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

{
  "mcpServers": {
    "bridge-town": {
      "url": "https://api.bridgetown.builders/mcp"
    }
  }
}

相关资源

统一 Manifest

{
  "id": "builders.bridgetown/bridge-town",
  "type": "mcp-server",
  "version": "1.0.1",
  "displayName": "Bridge Town",
  "description": "Build financial models as code. Cloud execution, GSheets MCP, version control, collaboration.",
  "repository": {
    "url": "https://github.com/Bridge-Town/bridge-town-core",
    "source": "github"
  },
  "homepage": "https://bridgetown.builders",
  "distribution": {
    "packages": [],
    "remotes": [
      {
        "transport": "streamable-http",
        "url": "https://api.bridgetown.builders/mcp"
      }
    ]
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "builders.bridgetown/bridge-town",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/builders.bridgetown%2Fbridge-town/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Bridge Town — MCP Server 安装与配置 · AgentHub