mcp-server-project-tracker
Verified Safeby mayronjr
Overview
Manages Kanban tasks using local Excel or CSV files as a backend, allowing integration with MCP (Model Context Protocol) clients for task creation, reading, updating, filtering, and sprint analytics.
Installation
uv run main.pyEnvironment Variables
- KANBAN_FILE_PATH
- KANBAN_SHEET_NAME
Security Notes
The server communicates via STDIO, minimizing external network attack surfaces. It processes local Excel/CSV files, and the file path is configurable via an environment variable (`KANBAN_FILE_PATH`). Proper securing of the specified file path and its directory is important. No 'eval' or obvious malicious patterns found. There is a discrepancy between some documentation (README, docs) mentioning Google Sheets integration (`KANBAN_SHEET_ID`, `credentials.json`) and the actual provided source code (`main.py`, `utils/local_file_connector.py`, `pyproject.toml`) which implements a local Excel/CSV file backend without Google API client dependencies. Based on the provided code, it does not connect to Google Sheets, thus avoiding associated network/credential risks.
Similar Servers
kanboard-mcp
This server integrates AI assistants with Kanboard, allowing natural language management of projects, tasks, users, and workflows.
qinglong-mcp-server
This is a Model Context Protocol (MCP) server for querying and executing scheduled tasks in Qinglong Panel.
todo-mcp-server
Provides a simple todo list management system accessible via the MCP protocol, allowing clients to add, delete, and list tasks.
mcp-cf7b72a7-10c103b7-todo-list-mcp
Acts as a Model Context Protocol (MCP) server to provide a Todo List functionality by integrating with an external API.