Minimal Go library for building stdio MCP servers on the official go-sdk — struct-derived JSON Schema, tiny static binaries.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"tiny-go-mcp-server": {
"command": "go",
"args": [
"run",
"github.com/kioie/tiny-go-mcp-server@latest"
]
}
}
}
Run in terminal:
claude mcp add tiny-go-mcp-server go run github.com/kioie/tiny-go-mcp-server@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"tiny-go-mcp-server": {
"command": "go",
"args": [
"run",
"github.com/kioie/tiny-go-mcp-server@latest"
]
}
}
}