Onplana logo

Onplana

0

Connect Cursor to your Onplana project portfolio. 29 tools for projects, tasks, sprints, risks, comments, and wiki. Hybrid BM25 + vector search, OAuth 2.1 or PAT auth, plan-gated and audited. Built as a Microsoft Project Online alternative.

This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.

# Onplana MCP Server Connect Cursor to your Onplana project portfolio. over 250 tools spanning projects, tasks, sprints, risks, comments, and wiki. Hybrid BM25 + vector search, OAuth 2.1 (with DCR) or PAT auth, plan-gated and role-gated server-side, audited end to end. ## Install Add to `~/.cursor/mcp.json` (global) or `.cursor/mcp.json` (per-project): ```json { "mcpServers": { "onplana": { "command": "npx", "args": ["-y", "mcp-remote", "https://mcp.onplana.com/mcp"] } } } ``` Cursor will complete the OAuth flow on first use. ## Get a PAT (optional, for headless setups) Mint a Personal Access Token at https://app.onplana.com/integrations and use it via header auth. ## Links - Marketing page: https://onplana.com/mcp - API docs: https://api.onplana.com/api/docs - OSS server: https://github.com/Onplana/onplana-mcp-server - npm: onplana-mcp-server