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