go.mod

GitHub

Documentation and developer resources for hashicorp/go.mod

0 stars TypeScript
RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "go.mod": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-go.mod"
      ]
    }
  }
}