Task Manager MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Task Manager MCP ServerPlan my day with the top priority tasks from the backlog"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Task Manager MCP Server
AI‑powered task management system for AI agents. Maps tasks, picks daily work, tracks velocity, and integrates with agent‑modes session context.
Features
Task board with backlog/ready/in‑progress/done columns
Daily planning – pick tasks for today, log completions
Velocity tracking – empirical tasks/day based on recent logs
Forecasting – predict when backlog will be cleared
Session integration – scan recent agent‑modes context notes for work signals
Rule‑based AI recommendations – suggests daily tasks based on priority, dependencies, category balance, and recent completion
DeepSeek AI integration – smarter recommendations, task parsing, session analysis, and summarization
Related MCP server: Project Manager MCP
Tools
Task Management
create_task– add a new task (title, category, priority, etc.)get_task– retrieve a single task by IDlist_tasks– list tasks with optional filtering (category, status, tags)update_task– modify any task fielddelete_task– remove a task
Daily Planning
get_daily_log– get today’s (or any date’s) planned/completed tasksplan_day– add task IDs to today’s plancomplete_tasks– mark tasks as done (updates daily log and task status)list_daily_logs– list logs within a date rangeget_daily_summary– generate completion rate and category breakdown
Projections
get_projections– retrieve current velocity and forecastupdate_velocity– recalculate velocity from recent completionsforecast_completion– estimate when backlog will be finished
Session Integration
scan_recent_sessions– scan agent‑modes session context notes from the last N days
AI‑Assisted Planning
recommend_daily_tasks– rule‑based recommendation for today’s tasks (priority, dependencies, category balance, recent history)recommend_daily_tasks_ai– DeepSeek-powered recommendations with sophisticated reasoninganalyze_session_for_tasks– parse agent‑modes session notes to detect task completion and progressparse_natural_language_task– convert informal descriptions into structured taskssummarize_task_description– create concise, clear summaries of lengthy task descriptionsgenerate_weekly_summary– AI‑written narrative summary of weekly productivity
Data Storage
All data is stored in .opencode/tasks/ as JSON files:
tasks.json– all tasksdaily‑logs.json– daily plans and completionsprojections.json– velocity and forecast
Integration with Agent‑Modes
The server reads .opencode/sessions/<id>/context.md files to detect work‑completion signals (future enhancement: auto‑update task status based on session notes).
Usage in OpenCode
Once registered in opencode.json, the tools are available to all agents (subject to agent‑level permissions). Example:
# Create a coding task
task_manager create_task title="Implement user auth" category=coding priority=1
# Plan today’s work
task_manager plan_day task_ids=["task-id-1","task-id-2"]
# Get recommendations (rule-based)
task_manager recommend_daily_tasks max_tasks=3 category=coding
# Get AI-powered recommendations
task_manager recommend_daily_tasks_ai max_tasks=3 use_ai_reasoning=true
# Parse natural language into structured task
task_manager parse_natural_language_task description="need to fix the login bug that happens on mobile safari"
# Analyze session notes for task completion
task_manager analyze_session_for_tasks session_id="20250304T123456Z_abc123"
# Generate weekly summary
task_manager generate_weekly_summary start_date="2025-03-01" end_date="2025-03-07"
# Mark tasks as done
task_manager complete_tasks task_ids=["task-id-1"]
# Check velocity
task_manager update_velocity days=7
task_manager forecast_completionConfiguration
The server is registered in opencode.json under the key task_manager. It runs as a local stdio MCP server.
DeepSeek API Key
For AI features, set the DEEPSEEK_API_KEY environment variable. The server includes a default key for testing, but for production use you should:
Get your own API key from DeepSeek Platform
Set it as environment variable or replace the default in
llm‑bridge.mjs
export DEEPSEEK_API_KEY=your_key_here
# or on Windows:
set DEEPSEEK_API_KEY=your_key_hereDevelopment
Files:
server.mjs– MCP transport boilerplatecore.mjs– tool definitions and execution routertask‑store.mjs– persistence layer (JSON files)daily‑planner.mjs– rule‑based recommendation logicllm‑bridge.mjs– DeepSeek API integration for AI featuresREADME.md– this file
Next Steps (Planned)
✅ Implemented
LLM bridge – DeepSeek API integration for smarter recommendations, task parsing, and summarization
Session integration – scan agent‑modes context notes (manual analysis via
analyze_session_for_tasks)
🔄 Remaining
3. Auto‑completion – automatically update task status based on session notes (future enhancement)
4. Custom OpenCode commands – e.g., /task‑board, /plan‑today
5. Initial seed – pre‑populate with example tasks from existing projects
6. Web UI – optional browser‑based task board visualization
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Task & board management for AI agents + humans. Kanban, comments, digests via MCP.
Kanban board for teams and coding agents: manage tasks, subtasks, sprints and wiki pages via MCP.
Task management for teams building with AI agents. Agents claim tasks and report progress.
AI-native project management + agent memory: tasks, sprints, risk, burnout, knowledge search.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceA comprehensive project management system that provides a full-featured Kanban board and dashboard accessible to AI agents. It enables agents to programmatically manage projects, tasks, and workflows through a suite of 13 specialized tools and 4 resource types.4-
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to manage projects, epics, and tasks with atomic locking, real-time dashboard, and multi-agent coordination.MIT
- AlicenseBqualityDmaintenanceEnables AI agents and humans to collaboratively plan and manage tasks with a shared kanban and dependency graph, all stored locally.312677MIT
- AlicenseAqualityDmaintenanceProvides task and project management tools for AI agents, including todo list management, prioritization frameworks like Eisenhower Matrix and RICE scoring, time estimation using PERT, daily standup generation, and sprint burndown calculation.551MIT
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/mattmaas/task-manager-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server