rethunk-mcp-go

Rethunk-AI/rethunk-mcp-go
★ 1 stars TypeScript Code/Dev Tools Updated today
A Model Context Protocol (MCP) server that provides Go language tools for LLMs to analyze, test, and format Go code.
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": {
    "rethunk-mcp-go": {
      "command": "npx",
      "args": [
        "-y",
        "Rethunk-AI/rethunk-mcp-go"
      ]
    }
  }
}

Topics

aicode-toolsgogolangllmmcpmodel-context-protocolstatic-analysis