go-surgeon

JLugagne/go-surgeon
★ 3 stars Go 🤖 AI/LLM Updated today
Deterministic Go code editing for LLM agents. AST-based CLI and MCP server that replaces Edit, Read, and Grep on .go files for Claude Code, Cursor, and any agent.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "go-surgeon": {
      "command": "go",
      "args": [
        "run",
        "github.com/JLugagne/go-surgeon@latest"
      ]
    }
  }
}

Topics

ai-agentastclaudeclicode-editorcode-generationcopilotcursordeveloper-toolsgemini-cligogolangllmmcpmcp-server