AgentHubAgentHub

gogcli-mcp-docs

MCP ServerMCP Registry官方收录

io.github.chrischall/gogcli-mcp-docs · v2.6.1

Extended Google Docs for Claude via gogcli — auth + full Docs and comments support

概览

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

安装

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

{
  "mcpServers": {
    "gogcli-mcp-docs": {
      "command": "npx",
      "args": [
        "-y",
        "gogcli-mcp-docs"
      ]
    }
  }
}

环境变量

GOG_ACCOUNT可选

Email address of the Google account to use (matches gogcli auth)

GOG_PATH可选

Override path to the gogcli binary (auto-discovered otherwise)

相关资源

统一 Manifest

{
  "id": "io.github.chrischall/gogcli-mcp-docs",
  "type": "mcp-server",
  "version": "2.6.1",
  "displayName": "gogcli-mcp-docs",
  "description": "Extended Google Docs for Claude via gogcli — auth + full Docs and comments support",
  "repository": {
    "url": "https://github.com/chrischall/gogcli-mcp",
    "source": "github",
    "subfolder": "packages/gogcli-mcp-docs"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "gogcli-mcp-docs",
        "version": "2.6.1",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "GOG_ACCOUNT",
            "description": "Email address of the Google account to use (matches gogcli auth)"
          },
          {
            "name": "GOG_PATH",
            "description": "Override path to the gogcli binary (auto-discovered otherwise)"
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.chrischall/gogcli-mcp-docs",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.chrischall%2Fgogcli-mcp-docs/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
gogcli-mcp-docs — MCP Server 安装与配置 · AgentHub