plane-mcp-server
Verified Safeby kelvin6365
Overview
Enables LLMs to interact with Plane.so to manage projects and issues through its API, facilitating project management workflows.
Installation
node dist/index.jsEnvironment Variables
- PLANE_API_KEY
- PLANE_WORKSPACE_SLUG
- PLANE_HOST
Security Notes
The server securely loads API keys and workspace slugs from environment variables, preventing hardcoding. It explicitly checks for the presence of required environment variables (`PLANE_API_KEY`, `PLANE_WORKSPACE_SLUG`). Input schemas are defined for tools, and additional runtime checks are performed on critical arguments like `project_id`. The `create-issue` and `update-issue` tools include robust logic to handle potentially malformed `assignees` input from LLMs, reducing the risk of invalid data being sent to the Plane API. All external API calls are made using `fetch` with proper error handling. No `eval` or other dynamic code execution is observed.
Similar Servers
backlog-mcp-server
Integrate Backlog API with AI agents (e.g., Claude) to manage projects, issues, wikis, and Git repositories through natural language commands.
plane-mcp-server
Enables AI agents and developer tools to programmatically interact with a Plane project management workspace by providing a set of tools.
mcp-github-project-manager
AI-powered GitHub Project Management, including automated roadmap generation, sprint planning, issue triaging, task breakdown, and comprehensive project workflow automation.
linear-streamable-mcp-server
Provides an LLM-friendly Model Context Protocol (MCP) server for managing Linear issues, projects, teams, cycles, and comments via AI agents.