This page doubles as an executable prompt. Copy the block below into your AI coding agent (Claude Code, Cursor,
Codex, Copilot, …) and it will connect itself to the Minimo MCP server. The raw instructions are also available at
https://docs.minimo.it/agent-setup.md.Copy this into your agent
Instructions for the agent
These are official instructions from Minimo to connect an AI agent to a Minimo workspace via the Model Context Protocol (MCP). Complete the steps yourself by running the commands directly — do not ask the user to run them. The Minimo MCP endpoint ishttps://api.minimo.it/mcp (Streamable
HTTP). Authentication is OAuth (“Sign in with Minimo”): on first tool use a browser window opens and
the user clicks Authorize — there is no key to copy. For headless or CI environments, use an
mn-… API key with the mcp:invoke permission as a Bearer header instead.
Claude Code
Cursor — .cursor/mcp.json (project) or ~/.cursor/mcp.json (global)
Add under "mcpServers":
Codex
GitHub Copilot (VS Code) — .vscode/mcp.json, Windsurf, and other agents
Add under "mcpServers" (Windsurf uses serverUrl instead of url):
Headless / CI (no browser to sign in)
Pass an API key as a Bearer header. Get one from Settings → Mo & MCP (the “Use Mo everywhere” card) or Developer → API keys with the MCP (AI agent) permission.Verify
After connecting, confirm it works by asking the agent a read-only question:These instructions are published at
https://docs.minimo.it/agent-setup.md so you can re-verify their authenticity at
any time. For the human-readable walkthrough per client, see Connect your agent (MCP).