Skip to main content
Glama

Task Manager MCP Server

by aafsar

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DATA_DIRNoData storage directory./data
NODE_ENVNoNode environmentdevelopment
LOG_LEVELNoLog levelinfo

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
All Tasks (JSON)Get all tasks in JSON format

Tools

Functions exposed to the LLM to take actions

NameDescription
create_task

Create a new task

list_tasks

List tasks with optional filters

update_task

Update an existing task

delete_task

Delete a task by ID

complete_task

Mark a task as completed

search_tasks

Search tasks by title or description

get_task_stats

Get statistics about all tasks

clear_completed

Remove all completed tasks

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