Skip to main content
Developer ToolsGo

ckanthony/gin-mcp

A zero-configuration Go library to automatically expose existing Gin web framework APIs as MCP tools.

developer-toolscloud-serviceembeddedmacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/ckanthony/gin-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "gin-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ckanthony/gin-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
Go
Author
ckanthony