go-mcp-server

cbrgm/go-mcp-server
★ 6 stars Go 🧠 Memory/Knowledge Updated 3d ago
A Model Context Protocol (MCP) server implementation from scratch in Go. Made for learning purposes only
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

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

Topics

examplegomcpmodelcontextprotocol