planist-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PLANIST_API_HOST | Yes | The host URL of the Planist API. For example: http://127.0.0.1:8080 | http://127.0.0.1:8080 |
| PLANIST_GRANT_TOKEN | Yes | The token used to authorize planist-mcp to propose page edits. This is the AI Capability Grant token. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| planist_list_pagesA | List all accessible pages (Docs, Sheet, Slide, Edgeless, Design, Dashboard) in the Planist project workspace. |
| planist_read_pageA | Read the AST, Markdown, or structural block representation of a specific Planist page by its Stable ID. |
| planist_propose_page_editA | Submit a page edit proposal (LivePageProposal) to Planist for human review and atomic transaction write-back. |
| planist_list_variablesA | List all reactive typed variables in the Project variable substrate (bound to Sheet cells, Dashboard KPIs, Docs, and Workflows). |
| planist_get_variableA | Get the current value, type contract, and binding references for a specific project variable. |
| planist_update_variableA | Update a typed project variable value. This triggers reactive UI updates across bound Sheet cells, Dashboard widgets, and Docs (Execute -> Variable -> Plan loop). |
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/MiuDog/planist-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server