Task Manager MCP Server
by aafsar
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DATA_DIR | No | Data storage directory | ./data |
| NODE_ENV | No | Node environment | development |
| LOG_LEVEL | No | Log level | info |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_taskC | Create a new task |
| list_tasksC | List tasks with optional filters |
| update_taskC | Update an existing task |
| delete_taskC | Delete a task by ID |
| complete_taskC | Mark a task as completed |
| search_tasksC | Search tasks by title or description |
| get_task_statsC | Get statistics about all tasks |
| clear_completedB | Remove all completed tasks |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| All Tasks (JSON) | Get all tasks in JSON format |
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/aafsar/task-manager-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server