Stellary MCP in Cursor — live project board over Streamable HTTP

Hi — Soheil here. This is a hosted MCP server (not npx / stdio) so Cursor Agent can read and write a live Stellary project: board, cards, cockpit, and queued agent missions, with the same permissions you already have in the app.

Open beta. Endpoint is Streamable HTTP, no session id required.

Why it is useful in Cursor

Most MCP boards dump you into a local process. Stellary’s MCP is the same NestJS backend as the product, so Cursor talks to the real workspace: columns, assignees, comments, cockpit, missions. A PAT or OAuth grant is rechecked on every tool call.

Typical loop: inspect a project in Agent, then create / move cards without leaving the editor.

Add it in Cursor

Settings → Tools & MCP → New MCP Server, or drop this in ~/.cursor/mcp.json (global) or .cursor/mcp.json (project):

{
  "mcpServers": {
    "stellary": {
      "url": "https://api.stellary.co/mcp"
    }
  }
}