Connect Cursor to Stellary, the AI-native project piloting SaaS, through the hosted Streamable HTTP MCP server. Discover projects, boards, documents, cockpit state, and governed agent missions using a Bearer personal access token.
This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.
{
"type": "http",
"url": "https://api.stellary.co/mcp",
"headers": {
"Authorization": "Bearer ${STELLARY_TOKEN}"
}
}