No install? Use cloud.anythingmcp.com directly.
Sign in, install the Plane in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.
💡 Без установки? Используйте cloud.anythingmcp.com напрямую. Войдите, нажмите Connectors → Plane, вставьте учётные данные, создайте MCP API key — готово. Без Docker, без
git clone, без локального сервера.
Plane + ChatGPT
Manage Plane (open-source project management) workspaces, projects, issues, cycles, modules from any AI agent. 10 tools, API key auth.
Предварительные требования
Полные инструкции по настройке встроены в коннектор (видны в магазине при выборе коннектора). Требуемые переменные окружения:
PLANE_API_KEY
Шаг 1 — Получите учётные данные
This connector wraps the Plane REST API v1 (api.plane.so/api/v1 — or your self-hosted host).
Setup:
- Log into your Plane instance → top-right avatar → API Tokens → Create new token.
- Note the workspace slug (the part of URLs like
app.plane.so/<slug>/projects). - Set
PLANE_API_KEY. For self-hosted, also setPLANE_HOST(e.g.https://plane.yourdomain.com) — defaults to cloud (api.plane.so).
Authentication: X-API-Key: ${PLANE_API_KEY}.
Hierarchy: Workspace → Project → Issue → Sub-issue. Cycles + Modules are issue containers within a project for sprint planning / feature grouping.
…(continued in the in-app connector instructions)
Шаг 2 — Установите адаптер
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Шаг 3 — Добавьте коннектор в ChatGPT
ChatGPT поддерживает MCP-серверы через функцию Connectors (планы Plus / Pro / Team / Enterprise). Бесплатный план не поддерживает кастомные коннекторы.
- Откройте ChatGPT → Settings → Connectors (или нажмите 🔧 в composer → Manage connectors).
- Нажмите "Add custom connector".
- Заполните:
- Name:
Plane - MCP server URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer token → вставьте MCP API key
- Name:
- Нажмите Connect.
Доступные инструменты
| Tool | What it does |
|---|---|
plane_list_workspaces | List all workspaces the API key can access |
plane_list_projects | List projects in a workspace |
plane_get_project | Get one project |
plane_list_issues | List issues in a project |
plane_get_issue | Get one issue with full description + custom properties |
plane_create_issue | Create an issue |
plane_update_issue | Update an issue (PATCH semantics) |
plane_list_states | List states (issue statuses) defined in a project |
plane_list_cycles | List cycles (sprints) in a project |
plane_list_modules | List modules (feature groups) in a project |
FAQ
Работает ли бесплатный план ChatGPT с кастомными MCP Connectors? Нет — нужны Plus, Pro, Team или Enterprise.