Product / MCP

CMDOP as an MCP server.Plug it into Claude Desktop, Cursor, or VS Code.

`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 documentation
cmdop · AI session
Connected
Cmdop·Session: ops-7ba102cd● live

You · 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.

Message or /command…· /commands · esc clear · ctrl+c exit
CLI flow
AI chat
interactive
Machines
12 online
Delegation
subagents

How CMDOP plugs into MCP hosts

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

Reuses your CMDOP session

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

External MCP servers

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)

Add CMDOP to your MCP host

Étape 1

Open your MCP host config

Claude Desktop: `~/Library/Application Support/Claude/claude_desktop_config.json`. Cursor: settings panel.

Étape 2

Point it at `cmdop mcp stdio`

Add a server entry that runs the cmdop binary. CMDOP picks up your existing OAuth session.

Étape 3

Use CMDOP tools from the host

Claude Desktop / Cursor now sees terminal, file, and agent tools — and they go through your CMDOP permission rules.

What CMDOP exposes over MCP

Terminal tools

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

Agent tools

ask_agent, ask_agents — let Claude Desktop or Cursor talk to agents on your machines.

ask_agent(machine, prompt)

ask_agents(...)

Same rules, same audit log

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)

Bring your machines into Claude Desktop and Cursor

No new accounts, no new auth — your existing CMDOP workspace, machines, and permission rules carry through.