Model Context Protocol server for Relay — deploy, inspect, and control apps from any MCP-aware AI tool
| Tool name | Description | Destructive? |
|---|---|---|
| list_projects | ✓ no | |
| list_deploys | ✓ no | |
| get_deploy | ✓ no | |
| get_deploy_logs | ✓ no | |
| cancel_deploy | ✓ no |
| rollback | ✓ no | |
| start_app | ✓ no | |
| stop_app | ✓ no | |
| restart_app | ✓ no | |
| delete_lane⚠ | ⚠ yes | |
| get_app_config | ✓ no | |
| set_app_config | ✓ no | |
| list_secrets | ✓ no | |
| add_secret | ✓ no | |
| remove_secret⚠ | ⚠ yes | |
| list_promotions | ✓ no | |
| approve_promotion | ✓ no | |
| list_users | ✓ no | |
| get_audit_log | ✓ no | |
| get_server_config | ✓ no | |
| set_server_config | ✓ no | |
| list_buildpack_plugins | ✓ no | |
| remove_buildpack_plugin⚠ | ⚠ yes | |
| get_version | ✓ no | |
| create_signed_link | ✓ no | |
| list_companions | ✓ no | |
| restart_companion | ✓ no |
{
"mcpServers": {
"relay-orgrelay": {
"command": "npx",
"args": [
"-y",
"@relay-org/relay-mcp"
]
}
}
}