Back to MCP Servers
Echo
A zero-configuration Go library to automatically expose any existing Echo web framework APIs as MCP tools.
developer-toolsgoapi
By BrunoKrugel
Installation
npx -y echo-mcpConfiguration
{
"mcpServers": {
"echo-mcp": {
"command": "npx",
"args": ["-y", "echo-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