69
/ 100
3 days ago
glama

Plane MCP Server

Enables AI agents to interact with Plane project management APIs, offering tools for managing projects, work items, cycles, modules, initiatives, and more through MCP.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 4 credentials: PLANE_API_KEY, PLANE_OAUTH_PROVIDER_CLIENT_SECRET, REDIS_PASSWORD, REDIS_AUTH_TOKEN_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configLOG_USER_INFOexport ="true"
configPLANE_WORKSPACE_SLUG"": "<your-workspace-slug>",
🔐 secretPLANE_API_KEY"": "<your-api-key>",
configMCP_PATH_PREFIX
configPLANE_INTERNAL_BASE_URL
configPLANE_BASE_URL"": "https://api.plane.so"
configAWS_SECRET_CACHE_TTL
configPLANE_OAUTH_ALLOWED_REDIRECT_URISComma-separated redirect URI patterns appended to the built-in allowlist.
configPLANE_OAUTH_PROVIDER_CLIENT_ID
🔐 secretPLANE_OAUTH_PROVIDER_CLIENT_SECRET
configPLANE_OAUTH_PROVIDER_BASE_URL
configPLANE_OAUTH_PROVIDER_ENABLE_CIMD
configAWS_ROLE_ARN
configAWS_CONTAINER_CREDENTIALS_FULL_URI
configREDIS_SSL
configREDIS_HOST
configREDIS_PORT
🔐 secretREDIS_PASSWORD
configELASTICACHE_SECRET_ARN
configAWS_REGION
🔐 secretREDIS_AUTH_TOKEN_KEY
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/devtowsif-plane-mcp-server-14vp7b)](https://m8ven.ai/mcp/devtowsif-plane-mcp-server-14vp7b)
commit: 96cf4d51d65cfa5e47d10ff7a4a4caba3b7a98d1
code hash: 48c448a46c0d5709a5d2f83d4d18ae27768273f19adcfde067a531e62795d12f
verified: 7/28/2026, 9:06:11 AM
view raw JSON →