EchoRelay for Claude Desktop
dev.echorelay/management
A managed runtime for custom API integrations. Manage lines, endpoints, keys, logs and DLQ via MCP.
client:Claude Desktop
transport:streamable-http
tools:80
Install EchoRelay in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"management": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.echorelay.dev"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs
What Claude Desktop can do once it is connected
- get_project
- list_lines
- list_endpoints
- get_endpoint
- get_config
- config_diff
- list_config_revisions
- get_line_draft
- preview_line_draft
- publish_line_draft
- discard_line_draft
- discard_draft_endpoint
- schedule_line_publish
- cancel_line_publish
- rollback_config
- get_billing
- set_burst_opt_in
- set_rpm_ceiling
- set_outbound_allowlist
- create_line
- delete_line
- activate_line
- deactivate_line
- duplicate_line