template-mcp

meigma/template-mcp
★ 0 stars Go Security Updated 4d ago
A Go template for building Model Context Protocol (MCP) 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": {
    "template-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/meigma/template-mcp@latest"
      ]
    }
  }
}

README Excerpt

`template-mcp` is a Go template for building [Model Context Protocol](https://modelcontextprotocol.io) (MCP) servers. It is built on the official [`modelcontextprotocol/go-sdk`](https://github.com/modelcontextprotocol/go-sdk) and ships with the protocol and security best practices that an MCP server should have on day one.