dockyard

hurtener/dockyard
★ 0 stars Go Memory/Knowledge Updated today
Build production MCP Servers and MCP Apps in Go. Typed tools, embedded UI, built-in observability, local inspection — one static binary.
View on GitHub → 🔍 Audit Wallet Slippage →

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"
      ]
    }
  }
}

README Excerpt

<p align="center"> <img src="./docs/design/logo.png" alt="Dockyard" width="180" /> </p> <h1 align="center">Dockyard</h1> <p align="center"> <strong>Build production MCP Servers and MCP Apps in Go.</strong> </p> <p align="center"> Typed tools. Embedded UI. Local inspection. Observable by default. One static binary.