Server mode
`cmdop mcp stdio` speaks Model Context Protocol on stdin/stdout. Plug it into Claude Desktop, Cursor, VS Code.
cmdop mcp stdio
JSON-RPC over stdio
tools, resources, prompts
Product / MCP
`cmdop mcp stdio` exposes terminal, file, and agent tools to any Model Context Protocol host. Same auth, same permission gate, same audit log.
Run CMDOP as an MCP server
MCP documentationYou · 11:48
Spin up three agents to talk to each other, then paste the conversation here.
Cmdop · 11:49
✓ delegate_task (6.2s)
◆ Delegate subagentagent_type: planner · background: false
Dialogue
A: Morning — what are we shipping today?
B: API cutover is green; watching error budget.
C: I will capture risks in the incident doc.
`cmdop mcp stdio` speaks Model Context Protocol on stdin/stdout. Plug it into Claude Desktop, Cursor, VS Code.
cmdop mcp stdio
JSON-RPC over stdio
tools, resources, prompts
Same OAuth login, same workspaces, same machines, same permission gate — no second auth path.
cmdop login
cmdop mcp stdio
tools fan out to your machines
CMDOP can also call other MCP servers as a client — give your agent access to Linear, Sentry, Postgres, …
cmdop mcp servers add …
cmdop chat (sees external tools)
Étape 1
Claude Desktop: `~/Library/Application Support/Claude/claude_desktop_config.json`. Cursor: settings panel.
Étape 2
Add a server entry that runs the cmdop binary. CMDOP picks up your existing OAuth session.
Étape 3
Claude Desktop / Cursor now sees terminal, file, and agent tools — and they go through your CMDOP permission rules.
execute_command, read_file, write_file, list_dir, grep — all gated by the same permission rules as CMDOP.
execute_command
read_file / write_file
grep / glob / list_dir
ask_agent, ask_agents — let Claude Desktop or Cursor talk to agents on your machines.
ask_agent(machine, prompt)
ask_agents(...)
Every MCP-driven tool call goes through the permission gate and audit log; no shadow surface.
floor (non-bypassable)
rules (your config)
mode (default/strict/bypass)
No new accounts, no new auth — your existing CMDOP workspace, machines, and permission rules carry through.