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.
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
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/feodal01/task-tracker-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server