EchoRelay for Cursor
dev.echorelay/management
A managed runtime for custom API integrations. Manage lines, endpoints, keys, logs and DLQ via MCP.
client:Cursor
transport:streamable-http
tools:80
Install EchoRelay in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"management": {
"url": "https://mcp.echorelay.dev"
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs
What Cursor 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