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
Продукт / MCP
`cmdop mcp stdio` открывает терминал, файлы и инструменты агента любому хосту Model Context Protocol. Те же авторизация, permission gate и 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)
Шаг 1
Claude Desktop: `~/Library/Application Support/Claude/claude_desktop_config.json`. Cursor: settings panel.
Шаг 2
Add a server entry that runs the cmdop binary. CMDOP picks up your existing OAuth session.
Шаг 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)
Никаких новых аккаунтов и авторизаций — текущий workspace, машины и правила доступа CMDOP работают как есть.