Plane
Summary
A Model Context Protocol server that enables LLMs to interact with Plane.so project management platform, allowing AI assistants to manage projects and issues through Plane's API. Built by Kelvin Kwong, this implementation provides tools for listing projects, creating and updating issues, filtering by priority, and managing assignees - all while maintaining user control through explicit approval for data modifications. The server uses a stdio transport for communication and includes robust error handling for API interactions, making it particularly valuable for teams looking to integrate AI assistants into their project management workflows.
Available Actions(6)
list-projects
Lists all projects in your Plane workspace. Parameters: None
get-project
Gets detailed information about a specific project. Parameters: project_id (ID of the project to retrieve)
create-issue
Creates a new issue in a specified project. Parameters: project_id (ID of the project), name (Title of the issue), description_html (HTML description, required), priority (optional), state_id (optional), assignees (optional array of user IDs)
list-issues
Lists issues from a specified project with optional filtering. Parameters: project_id (ID of the project), state_id (optional), priority (optional), assignee_id (optional), limit (optional max number of issues to return, default: 50)
get-issue
Gets detailed information about a specific issue. Parameters: project_id (ID of the project), issue_id (ID of the issue to retrieve)
update-issue
Updates an existing issue in a project. Parameters: project_id (ID of the project), issue_id (ID of the issue), name (optional), description_html (optional), priority (optional), state_id (optional), assignees (optional updated array of user IDs)
커뮤니티 리뷰
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요