gomcp

pedropaccola/gomcp
★ 5 stars Go File System Updated today
An experimental MCP server for coding with Go
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": {
    "gomcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/pedropaccola/gomcp@latest"
      ]
    }
  }
}

README Excerpt

An experimental, declaration-scoped MCP server that exposes an in-memory Go compilation loop directly to coding agents. Inspired by Kent Beck's 3Xs hypothesis (Explore, Expand, Extract) and his work on [SmalltalkGenie](https://github.com/KentBeck/SmalltalkGenie), **gomcp** explores an alternative approach to AI-assisted coding: *What if an agent could interact entirely within an in-memory compilation loop without touching the filesystem?*

Tools (1)

list_packages