io.github.chrischall/gogcli-mcp-docs · v2.8.0
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)
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
{
"id": "io.github.chrischall/gogcli-mcp-docs",
"type": "mcp-server",
"version": "2.8.0",
"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.8.0",
"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"
}
}