task-tracker-mcp
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-tracker-mcpshow my open tasks"
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-tracker-mcp
Description
task-tracker-mcp is a task management system for LLM-based agents. All tasks are stored in a single tree, available immediately after the server starts.
Related MCP server: MCPlanManager
Main Goal
Enable LLM agents to manage their tasks through a unified Task manager.
Requirements
Python 3.13 or higher
Node.js and npm (for @modelcontextprotocol/inspector)
Installation
Cloning the Repository
git clone git@github.com:feodal01/task-tracker-mcp.git
cd task-tracker-mcpSetting Up the Environment
Configuration
Open the Claude Desktop configuration file located at:
On macOS: ~/Library/Application Support/Claude/claude_desktop_config.json On Windows: %APPDATA%/Claude/claude_desktop_config.json Add the following:
{
"mcpServers": {
"mcpServer": {
"command": "uv",
"args": [
"--directory",
"/Path/to/task-tracker-mcp",
"run",
"python",
"-m",
"mcp_server.mcp_service"
],
"env": {
"PYTHONPATH": "/Path/to/task-tracker-mcp/src"
}
}
}
}Running the Project
Starting the MCP Server
Using uv:
export PYTHONPATH=/Path/to/task-tracker-mcp/src
uv run python -m src.mcp_server.mcp_serviceStarting the Inspector
To inspect the MCP server, use: uv:
npx @modelcontextprotocol/inspector uv --directory /Path/to/task-tracker-mcp run python -m mcp_server.mcp_service Running Tests
uv:
export PYTHONPATH=/Path/to/task-tracker-mcp/src
uv run pytest tests/Running FastApi service with MCP tools
export PYTHONPATH=/Path/to/task-tracker-mcp/src
uv --directory /Path/to/task-tracker-mcp run python -m mcp_server.mcp_rest_serviceLicense
This project is licensed under the MIT License — see the LICENSE file for details.
Contribution
Want to contribute? Fork the repository and submit a pull request.
Contacts
If you have any questions, contact me at: evgenyorlov1991@gmail.com
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 Servers
- AlicenseAqualityDmaintenanceA task management server that helps AI assistants break down user requests into manageable tasks and track their completion with user approval steps.Last updated2414428MIT
- AlicenseAqualityDmaintenanceAn AI agent task management system that provides structure and visualization for long-term task planning with support for the Model Context Protocol (MCP) standard.Last updated151MIT
- Alicense-qualityAmaintenanceA multi-agent task management system for AI applications that enables users to create agents with roles and capabilities, delegate tasks with trust-based routing, coordinate file access to prevent conflicts, and monitor performance through a unified dashboard.Last updated24MIT
- Flicense-qualityDmaintenanceProvides a persistent hierarchical task tree for LLM agents, enabling them to decompose work, track progress, record results, and handle failures outside the context window, with an optional web UI for monitoring and control.Last updated6
Related MCP Connectors
Durable agent-to-agent handoffs and shared scratchpad for multi-agent workflows.
Persistent memory and knowledge management for AI agents with semantic search and 50+ tools.
Persistent memory for AI agents — verbatim conversations, searchable by meaning.
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/feodal01/task-tracker-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server