mcp-go

klarlabs-studio/mcp-go
★ 2 stars Go Memory/Knowledge Updated today
A Go framework for building MCP (Model Context Protocol) servers
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-go": {
      "command": "go",
      "args": [
        "run",
        "github.com/klarlabs-studio/mcp-go@latest"
      ]
    }
  }
}

README Excerpt

**A Go framework for building Model Context Protocol (MCP) servers — like Gin, but for MCP.** mcp-go is an opinionated, production-ready framework for building MCP servers in Go with typed handlers, automatic schema generation, middleware, and multiple transports. > If the MCP SDK gives you protocol correctness,

Tools (3)

StructuredResultrequiredtext