mcp-server-template

BearHuddleston/mcp-server-template
★ 14 stars Go 🤖 AI/LLM Updated 1mo ago
Spec-driven Go MCP server template for building domain MCPs with AI-agent onboarding.
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": {
    "mcp-server-template": {
      "command": "go",
      "args": [
        "run",
        "github.com/BearHuddleston/mcp-server-template@latest"
      ]
    }
  }
}

Topics

ai-agentgogolangjson-rpcmcp-servermodel-context-protocolspec-drivenstartertemplate