MCP

Missions, inside the editor.

Companies create work from Cursor. Developers list, claim, and follow it without opening another tab. Same missions as the site, Discord, and X.

For companies

An agent writes the brief from your product URL and publishes. One tool call, a live mission, a Discord post if you want one.

For developers

List what’s open, claim it, submit the repo and the post. The company still approves on the site. You still get paid.

In Cursor

{
  "mcpServers": {
    "missions": {
      "command": "npx",
      "args": ["tsx", "mcp/index.ts"],
      "cwd": "/ABSOLUTE/PATH/TO/missions"
    }
  }
}

Point cwd at a checkout of Missions and load the same env the web app uses. Details live in the repo.