M
Mcp2go
by @acheong08
Turn a MCP into a type-safe Go binding. Do we finally have a universal adapter across languages?
Created 5/31/2026
Updated about 17 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.
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/acheong08/mcp2go
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"acheong08-mcp2go": {
"command": "git",
"args": [
"clone",
"https://github.com/acheong08/mcp2go"
]
}
}
}
Author Servers
Other servers by acheong08