Back to MCP Servers
Gin
A zero-configuration Go library to automatically expose existing Gin web framework APIs as MCP tools.
developer-toolsgoapi
By ckanthony
Installation
npx -y gin-mcpConfiguration
{
"mcpServers": {
"gin-mcp": {
"command": "npx",
"args": ["-y", "gin-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes