MCP server for Realm — exposes 7 tools for AI agent connections over stdio or HTTP.
| Tool name | Description | Destructive? |
|---|---|---|
| submit_human_response | ✓ no | |
| get_workflow_protocol | ✓ no | |
| execute_step⚠ | ⚠ yes | |
| list_workflows | ✓ no | |
| create_workflow | ✓ no |
| start_run⚠ | ⚠ yes | |
| get_run_state⚠ | ⚠ yes | |
| append_trace | ✓ no | |
| start_run_batch⚠ | ⚠ yes |
{
"mcpServers": {
"sensigorealm": {
"command": "npx",
"args": [
"-y",
"@sensigo/realm-mcp"
]
}
}
}