plane.so
Plane is a project management and work-tracking platform for teams, with cloud and self-hosted deployment options. It combines work items, projects, cycles, modules, pages, automations, and AI-oriented agent features in a single workspace.
plane.so exposes a REST API at `https://api.plane.so/api/v1/` authenticated by API key or OAuth-issued bearer tokens, plus a hosted MCP server at `https://mcp.plane.so` supporting OAuth and header-based API-key auth.
- Plane MCP Serverdetected
- Plane REST APIdiscovered
In Plane, go to Workspace Settings → Integrations and create or manage an API token for the workspace/user as described in the API authentication docs and MCP server docs. For MCP header auth or stdio mode, provide the token as x-api-key or PLANE_API_KEY.
Register an OAuth app in Plane at Workspace Settings → Integrations by clicking Build your own, then fill in your Setup URL, Redirect URI, Webhook URL, and scopes as shown in Create an OAuth Application. Save the app and copy the Client ID and Client Secret. Use this app for either the bot-token (client_credentials) flow or the user-token (authorization_code) flow described in Choose token flow.
conventions · 1/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✓https://plane.so/llms.txt
- API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing