go-micro (MCP Server)

GitHub

A Go agent harness and service framework

Claude Desktop Configuration

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

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