gomcpkit

onurege3467/gomcpkit
★ 0 stars Go AI/LLM Updated today
Production-ready Go template for building MCP servers — uses the official Go MCP SDK with tools, resources, stdio & HTTP transports, and CI
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": {
    "gomcpkit": {
      "command": "go",
      "args": [
        "run",
        "github.com/onurege3467/gomcpkit@latest"
      ]
    }
  }
}

README Excerpt

**Production-ready Go template for building Model Context Protocol (MCP) servers.** MCP servers let AI agents (Claude Code, Hermes Agent, Cursor, Cline, etc.) use your tools and read your resources. This template gives you a clean, idiomatic Go project structure using the official [Go MCP SDK](https://github.com/modelcontextprotocol/go-sdk) — so you can ship your own MCP server in minutes, not hours.

Tools (3)

StructuredContentmyserversearch