developer tools

Echo Mcp

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

cloud
macos
windows
linux
rust
developer tools
0
View on GitHub

Installation

npx -y BrunoKrugel/echo-mcp

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "echo-mcp",
  "command": "npx",
  "args": [
    "-y",
    "BrunoKrugel/echo-mcp"
  ]
}

About This MCP Server

BrunoKrugel/echo-mcp

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

GitHub: https://github.com/BrunoKrugel/echo-mcp

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub