Setup
Create a key in the app under Settings › MCP Access — when generating it, you pick exactly which tools the key may call (a per-tool allowlist). Then export two environment variables:pnpm dlx, or add a short alias:
Commands
Each command is exactly one MCP tool call.Notes
- Governance is server-side. The key’s per-tool allowlist governs what the CLI can call; anything not granted is rejected — the client cannot widen its own scope.
agents runandmissions approveare human-gated.agents runcreates a pending approval rather than executing silently;missions approveis the human decision on a paused step.- Slug resolution is the only client-side convenience: commands that take an agent slug do one lookup to resolve it to the id, then call the tool.
- Bootstrapping agent JSON:
concierca tools list --jsonprints each tool’s input schema, so you can build anagent.jsonfrom theagent_createschema.
See Connect via MCP for connecting Claude, ChatGPT, or other clients, and Every MCP Tool for the full catalog the CLI can reach.
