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 |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search | Universal search tool for plans, nodes, and content |
| list_plans | List all plans or filter by status |
| create_plan | Create a new plan |
| update_plan | Update an existing plan |
| delete_plan | Delete a plan |
| create_node | Create a new node in a plan |
| update_node | Update a node's properties |
| delete_node | Delete a node and all its children |
| move_node | Move a node to a different parent or position |
| get_node_context | Get comprehensive context for a node including children, logs, and artifacts |
| get_node_ancestry | Get the path from root to a specific node |
| add_log | Add a log entry to a node (replaces comments) |
| get_logs | Get log entries for a node |
| manage_artifact | Add, get, or search for artifacts |
| batch_update_nodes | Update multiple nodes at once |
| batch_get_artifacts | Get multiple artifacts at once |
| get_plan_structure | Get the complete hierarchical structure of a plan |
| get_plan_summary | 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 | |