Onplana MCP Server, connect any AI agent to your project portfolio
Public MCP server for Onplana. Lets Claude Desktop, ChatGPT,
ChatGPT Codex CLI, Gemini CLI + Code Assist, Cursor, GitHub
Copilot, and in-house agents read and update your projects,
tasks, sprints, comments, risks, and wiki, gated by your org
plan and role permissions, audited end to end.
Pick the tile that matches your tool. Each shows the exact JSON
or curl snippet to paste, with the connection URL pre-filled.
Click an input to select the value, then Cmd-C /
Ctrl-C to copy.
Name it Onplana, paste the URL
https://mcp.onplana.com/mcp, choose
Authentication: Bearer token, and paste
your PAT.
Save. In a new chat, click the connector icon and pick
Onplana, or ask
"using Onplana, list my active projects".
On Plus/Pro: the connector is available in Deep Research
and Agent mode. On Business plans, an admin may need to
enable custom connectors at the workspace level first.
ChatGPT Codex CLI
Codex CLI reads ~/.codex/config.toml. Add the
Onplana server under [mcp_servers.onplana]:
Start a fresh session with codex. Tools appear
in the /mcp picker; ask the agent to call
search_org_knowledge to confirm the wiring.
Gemini CLI + Gemini Code Assist
Both the gemini CLI and Gemini Code Assist
(VS Code + JetBrains) read the same JSON config from
~/.gemini/settings.json (user-wide) or
.gemini/settings.json (workspace). One snippet
covers both:
Note the key is httpUrl (not url)
for remote HTTP MCP servers. Reload your editor window or
restart the gemini CLI to pick up the change,
then ask "list my Onplana projects via the onplana tool".
Gemini Enterprise (Vertex AI Agent
Builder) uses a different OAuth-only admin flow via the
Cloud Console. The consumer gemini.google.com
app does not yet support custom MCP servers as of May 2026;
use Gemini CLI or Code Assist instead.
Cursor
Add to ~/.cursor/mcp.json with the same JSON shape
as Claude Desktop. Cursor picks up changes on its next launch: