M
Mcp2go
作者 @acheong08
Turn a MCP into a type-safe Go binding. Do we finally have a universal adapter across languages?
创建于 5/31/2026
更新于 about 20 hours ago
README
Repository documentation and setup instructions
I'm too lazy to write a readme right now. Just wanted to be able to use MCPs in normal code without an LLM, since for some reason everyone has decided to expose that instead of real APIs. Doesn't work like how I want it to mostly cuz people don't define their output schemas, only input.
快速设置
此服务器的安装指南
安装命令 (包未发布)
git clone https://github.com/acheong08/mcp2go
手动安装: 请查看 README 获取详细的设置说明和所需的其他依赖项。
Cursor 配置 (mcp.json)
{
"mcpServers": {
"acheong08-mcp2go": {
"command": "git",
"args": [
"clone",
"https://github.com/acheong08/mcp2go"
]
}
}
}
作者服务器
其他服务器由 acheong08