Reference
Supported Platforms
DecisionOps currently supports MCP setup across five named platforms in the generated platform catalog:
DecisionOps currently supports MCP setup across five named platforms in the generated platform catalog:
| Platform | MCP Supported | Skill Supported | Config Scope | Default Config Path |
|---|---|---|---|---|
| Codex | yes | yes | user | ~/.codex/config.toml |
| Claude Code | yes | yes | project | {repo_path}/.mcp.json |
| Cursor | yes | yes | project | {repo_path}/.cursor/mcp.json |
| VS Code | yes | no | project | {repo_path}/.vscode/mcp.json |
| Antigravity | yes | yes | user | {ANTIGRAVITY_MCP_CONFIG_PATH} |
All supported platforms use the same DecisionOps MCP server:
- server name:
decision-ops-mcp - server URL:
https://api.aidecisionops.com/mcp
All current platforms also follow the same first-run auth pattern. After the MCP server is configured, the first DecisionOps tool call triggers an interactive OAuth handoff. The user completes consent in the browser, then retries the same tool call in the IDE.
For step-by-step setup, use the matching guide in ../ide/.