mcp-go-template

wcollani/mcp-go-template
★ 0 stars Go Memory/Knowledge Updated today
Go template for 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-template": {
      "command": "go",
      "args": [
        "run",
        "github.com/wcollani/mcp-go-template@latest"
      ]
    }
  }
}