The Go framework for building MCP servers. Your struct tags are your schema.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"hamr": {
"command": "go",
"args": [
"run",
"github.com/AKhilRaghav0/hamr@latest"
]
}
}
}
Run in terminal:
claude mcp add hamr go run github.com/AKhilRaghav0/hamr@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"hamr": {
"command": "go",
"args": [
"run",
"github.com/AKhilRaghav0/hamr@latest"
]
}
}
}