CursorPool
← 返回首页
Onplana logo

Onplana

0

将 Cursor 连接到 Onplana 项目组合,提供 29 个工具管理项目、任务、冲刺、风险、评论和 wiki,支持 BM25 与向量混合搜索、OAuth 2.1 或 PAT 认证,按计划授权并审计。

MCPonplana

安装时此配置会传入 Cursor,请先检查 command / args / env 等字段再继续。

# Onplana MCP Server

Connect Cursor to your Onplana project portfolio. 29 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