Planning System MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_URL | Yes | Planning System API URL (e.g., https://api.agentplanner.io or http://localhost:3000 for local development) | |
| NODE_ENV | No | Environment (development/production) | production |
| USER_API_TOKEN | Yes | Authentication token for the Planning System API | |
| MCP_SERVER_NAME | No | Server name | planning-system-mcp |
| MCP_SERVER_VERSION | No | Server version | 0.2.0 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| searchC | Universal search tool for plans, nodes, and content |
| list_plansC | List all plans or filter by status |
| create_planC | Create a new plan |
| update_planC | Update an existing plan |
| delete_planC | Delete a plan |
| create_nodeC | Create a new node in a plan |
| update_nodeC | Update a node's properties |
| delete_nodeC | Delete a node and all its children |
| move_nodeC | Move a node to a different parent or position |
| get_node_contextB | Get comprehensive context for a node including children, logs, and artifacts |
| get_node_ancestryB | Get the path from root to a specific node |
| add_logC | Add a log entry to a node (replaces comments) |
| get_logsC | Get log entries for a node |
| manage_artifactC | Add, get, or search for artifacts |
| batch_update_nodesC | Update multiple nodes at once |
| batch_get_artifactsC | Get multiple artifacts at once |
| get_plan_structureC | Get the complete hierarchical structure of a plan |
| get_plan_summaryC | Get a comprehensive summary with statistics |
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
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/TAgents/agent-planner-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server