MCP.so
Sign In
Servers

mcp-go-starter

@SamMorrowDrums

A starter repo for building a go MCP server

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mcp-go-starter": {
      "command": "npx",
      "args": [
        "@modelcontextprotocol/inspector",
        "--",
        "go",
        "run",
        "./cmd/stdio/main.go"
      ]
    }
  }
}

More from Developer Tools