Build production MCP Servers and MCP Apps in Go. Typed tools, embedded UI, built-in observability, local inspection — one static binary.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"dockyard": {
"command": "go",
"args": [
"run",
"github.com/hurtener/dockyard@latest"
]
}
}
}
Run in terminal:
claude mcp add dockyard go run github.com/hurtener/dockyard@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"dockyard": {
"command": "go",
"args": [
"run",
"github.com/hurtener/dockyard@latest"
]
}
}
}