Guides
Integrations & MCP
Connect Slack, GitHub, and your AI clients — including the Model Context Protocol server for Claude, Cursor, and Zed.
Last updated
Planoda connects to the tools your team already uses. Integrations bring intake and updates into Slack and email, link issues to GitHub PRs and CI, and expose a typed tool surface to AI clients over the Model Context Protocol (MCP).
Slack and email intake
Capture requests where they already happen: turn a Slack message or an inbound email into a triaged issue, and route updates back to the channel or thread that started it. This keeps stakeholders in the loop without asking them to live in the tracker.
GitHub and PRs
Link issues to pull requests and CI checks so an issue's state can follow the code: open a PR, the issue moves to In Review; merge it, the issue closes. Pair this with an automation rule to make the flow hands-off.
The MCP server
The Model Context Protocol server exposes Planoda to AI clients — Claude, Cursor, Zed, Continue — through a single OAuth-scoped tool surface. The same permission boundary applies: a tool call can only touch data the authorizing member can see, and destructive tools require propose-then-approve before they run.
Related
- REST API overviewThe REST API surface: OAuth 2.0 + PKCE auth, the typed TypeScript SDK, idempotency keys, and the OpenAPI 3.1 spec.
- Webhooks overviewSubscribe to workspace events with HMAC-signed, verifiable webhook deliveries.
- AutomationsNo-code rules that move work for you — triggers, conditions, and actions, with an audit trail.