plane-local-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PLANE_API_KEY | Yes | API key do Plane | |
| PLANE_BASE_URL | Yes | URL base da instância (sem /api) | |
| PLANE_WORKSPACE_SLUG | Yes | Slug do workspace |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_instance_infoA | Retorna a configuração do Plane conectado (base_url, workspace, edition assumida). |
| list_projectsB | Lista projetos do workspace configurado. |
| retrieve_projectC | Recupera um projeto pelo UUID. |
| list_statesC | Lista estados (colunas) de um projeto. |
| list_labelsB | Lista labels de um projeto. |
| list_modulesB | Lista modules de um projeto. |
| list_cyclesC | Lista cycles de um projeto. |
| list_issuesC | Lista issues de um projeto (API /issues/). |
| retrieve_issueA | Recupera uma issue pelo UUID do projeto e da issue. |
| get_issue_by_identifierA | Recupera uma issue pelo identificador humano (ex.: CKTPC-838). |
| list_issue_childrenC | Lista filhos de uma issue/épico pelo identificador (ex.: CKTPC-838). |
| update_issueA | Edita título, descrição, prioridade e/ou status de uma issue (ex.: CKTPC-844).
|
| add_issue_to_cycleA | Adiciona uma issue a um cycle. Informe |
| remove_issue_from_cycleC | Remove uma issue de um cycle. Informe |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/JonatanCosta/plane-local-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server