plane_pages_mcp
by jbresolin
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | HTTP server host. | 0.0.0.0 |
| MCP_PATH | No | HTTP server path. | /mcp |
| MCP_PORT | No | HTTP server port. | 8300 |
| LOG_LEVEL | No | Logging level. | INFO |
| REDIS_URL | No | Redis URL for OAuth state storage. Required in http mode. | |
| DATABASE_URL | No | PostgreSQL connection URL for pages and work-item relations. Required for pages subsystem. | |
| MCP_TRANSPORT | No | Transport mode: 'http' (OAuth) or 'stdio' (auth-free, on-box). | http |
| PLANE_API_KEY | No | API key for Plane REST API. Required for work items subsystem. | |
| PLANE_WEB_URL | No | Plane web URL for building page UI links. | http://localhost |
| PLANE_BASE_URL | No | Plane instance base URL for REST API. Required for work items subsystem. | |
| WORKSPACE_SLUG | No | Default workspace slug. | |
| JWT_SIGNING_KEY | No | Secret key for JWT signing. Required in http mode (min 12 chars). | |
| PUBLIC_BASE_URL | No | Public origin URL for OAuth. Required in http mode. | |
| SERVICE_USER_ID | No | UUID of the Plane user that owns tool-created pages. Required for pages writes. | |
| GITHUB_CLIENT_ID | No | GitHub OAuth client ID. Required in http mode. | |
| LIVE_CONVERT_URL | No | Internal converter endpoint for pages. | http://live:3000/live/convert-document/ |
| GITHUB_CLIENT_SECRET | No | GitHub OAuth client secret. Required in http mode. | |
| TOKEN_EXPIRY_SECONDS | No | Access token lifetime in seconds. | 604800 |
| ALLOWED_GITHUB_LOGINS | No | Comma-separated list of allowed GitHub logins. Required in http mode. | |
| STORAGE_ENCRYPTION_KEY | No | Fernet key for encrypting OAuth state at rest. Required in http mode. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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/jbresolin/plane_pages_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server