Skip to main content
Glama

Plane MCP Server

by gh-Constant

플레인 MCP 서버

AI 어시스턴트가 Plane 프로젝트 관리 플랫폼과 상호 작용할 수 있는 도구를 제공하는 MCP(Model Context Protocol) 서버입니다.

특징

  • 작업 공간, 프로젝트, 주기, 모듈 및 문제 나열
  • 문제 생성, 업데이트 및 삭제
  • 이슈에 댓글 추가
  • 다양한 기준으로 문제 필터링
  • Plane 엔터티(프로젝트, 사이클 등)에 대한 세부 정보를 가져옵니다.

설정

  1. 이 저장소를 복제하세요
  2. 종속성 설치:지엑스피1
  3. Plane 자격 증명을 사용하여 .env.example 을 기반으로 .env 파일을 만듭니다.
    PLANE_API_KEY=your_api_key PLANE_BASE_URL=https://plane.yourdomain.com PLANE_WORKSPACE_SLUG=your_workspace_slug
  4. TypeScript 코드를 작성합니다.
    npm run build
  5. 서버를 실행합니다:
    npm start

개발 모드에서 실행 중

자동 재로딩을 통한 개발의 경우:

npm run dev

Smithery.ai에 게시

  1. 코드가 게시될 준비가 되었는지 확인하세요
  2. Smithery.ai에 로그인하세요
  3. MCP 서버를 게시하려면 지침을 따르세요.
  4. 다음 환경 변수를 사용하세요.
    • PLANE_API_KEY : Plane API 키
    • PLANE_BASE_URL : Plane 인스턴스의 URL
    • PLANE_WORKSPACE_SLUG : Plane의 작업 공간 슬러그

사용 가능한 도구

MCP 서버는 다음과 같은 도구를 제공합니다.

작업 공간 도구

  • list-workspaces : 모든 작업 공간 나열
  • get-workspace : 현재 작업 공간에 대한 세부 정보를 가져옵니다.

프로젝트 도구

  • list-projects : 모든 프로젝트 나열
  • get-project : 특정 프로젝트의 세부 정보를 가져옵니다.

상태 도구

  • get-project-states : 프로젝트의 모든 상태를 가져옵니다.

사이클 도구

  • list-cycles : 프로젝트의 모든 사이클을 나열합니다.
  • get-cycle : 특정 사이클의 세부 정보를 가져옵니다.

모듈 도구

  • list-modules : 프로젝트의 모든 모듈을 나열합니다.
  • get-module : 특정 모듈의 세부 정보를 가져옵니다.

문제 도구

  • list-issues : 선택적 필터링을 사용하여 프로젝트의 문제를 나열합니다.
  • get-issue : 특정 이슈에 대한 세부 정보를 가져옵니다.
  • create-issue : 새로운 이슈를 생성합니다
  • update-issue : 기존 이슈를 업데이트합니다
  • delete-issue : 이슈 삭제

댓글 도구

  • list-issue-comments : 이슈에 대한 모든 댓글을 나열합니다.
  • add-issue-comment : 이슈에 댓글을 추가합니다.

특허

MIT

-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

AI 어시스턴트가 Plane 프로젝트 관리 플랫폼과 상호 작용할 수 있도록 하는 MCP 서버로, 구조화된 API를 통해 작업 공간, 프로젝트, 이슈 및 코멘트를 관리할 수 있습니다.

  1. 특징
    1. 설정
      1. 개발 모드에서 실행 중
        1. Smithery.ai에 게시
          1. 사용 가능한 도구
            1. 작업 공간 도구
            2. 프로젝트 도구
            3. 상태 도구
            4. 사이클 도구
            5. 모듈 도구
            6. 문제 도구
            7. 댓글 도구
          2. 특허

            Related MCP Servers

            • A
              security
              A
              license
              A
              quality
              A Model Context Protocol server that enables AI assistants to interact with Linear project management systems, allowing users to retrieve, create, and update issues, projects, and teams through natural language.
              Last updated -
              32
              80
              5
              TypeScript
              MIT License
              • Apple
            • -
              security
              F
              license
              -
              quality
              A server that bridges Claude AI with the Plane project management platform, enabling AI-powered project management tasks including project creation, task management, team collaboration, and automated workflows.
              Last updated -
              TypeScript
              • Apple
            • A
              security
              F
              license
              A
              quality
              An MCP server that supercharges AI assistants with powerful tools for software development, enabling research, planning, code generation, and project scaffolding through natural language interaction.
              Last updated -
              11
              40
              TypeScript
              • Linux
              • Apple
            • A
              security
              A
              license
              A
              quality
              An MCP server that enables AI assistants to interact with the Notion API, allowing them to search, read, comment on, and create content in Notion workspaces through natural language commands.
              Last updated -
              19
              6,837
              1,995
              TypeScript
              MIT License
              • Apple

            View all related MCP servers

            MCP directory API

            We provide all the information about MCP servers via our MCP API.

            curl -X GET 'https://glama.ai/api/mcp/v1/servers/gh-Constant/selfhost-plane-mcp-server'

            If you have feedback or need assistance with the MCP directory API, please join our Discord server