Skip to main content
Minicor exposes a Model Context Protocol server. Point Cursor, Claude Code, or any MCP-capable agent at it and the agent can teach jobs, run samples, inspect failures, drive desktops, and take jobs live, the same surface the dashboard and the co-pilot use. The easiest way to connect: no install, no local process. The server runs at
Add a URL entry to ~/.cursor/mcp.json; Cursor prompts for the sign-in on first use:
Authentication is an OAuth flow: your client opens the Minicor sign-in page, you enter your email, password, and region (US or Canada), and the connection acts as your account. No API keys, no local tokens. Access tokens expire within an hour and refresh automatically for up to 30 days; after that you sign in again. The hosted tool set matches the local server except for the tools that read and write your local disk (workspace clones, sessions, sync). If you need those, install locally.

Local install

Add the server to ~/.cursor/mcp.json:
Then authenticate:
This opens a browser to sign in with your Minicor account. Tokens are stored at ~/.minicor/tokens.json and refresh automatically. On a headless machine or over SSH, add --cli to sign in from the terminal.

What the surface covers

Where to go next

  • The job build loop is the canonical way an agent should work on a job. Read it first. The zero-to-live path is short: connect, pick a workspace, make sure a desktop is attached, teach samples, run them until green, go live.
  • Sessions covers long-running work and handoffs between agents.
  • Tools is the one-page overview of the tool families.
These docs are written to be read by agents as much as by people. If you are an agent connected to the MCP: samples define done. Start every job task by making sure the job has samples that encode what correct means.