ckanthony/gin-mcp
A zero-configuration Go library to automatically expose existing Gin web framework APIs as MCP tools.
Quick Start
Clone the repository:
git clone https://github.com/ckanthony/gin-mcpClaude Desktop configuration example:
{
"mcpServers": {
"gin-mcp": {
"command": "npx",
"args": [
"-y",
"ckanthony/gin-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.