Tududi MCP
A Model Context Protocol (MCP) server that integrates Tududi task management with AI-powered development tools.
Overview
Tududi MCP enables AI agents and developers to interact with Tududi tasks, projects, and areas directly from their IDE. Manage your tasks seamlessly while coding, powered by the Model Context Protocol standard.
Features
Task Management: Create, read, update, and delete tasks
Project Organization: Manage projects and organize work
Area Management: Organize tasks by areas
Search & Filter: Query tasks with flexible filtering
AI-Ready: Works with AI agents like GitHub Copilot and Augment Code Agent
Installation
Option 1: Docker (Recommended)
Option 2: Local Installation
Configuration
The MCP server supports two authentication methods:
Option 1: API Key Authentication (Newer Tududi Versions)
Create a .env file:
Option 2: Email/Password Authentication (Older Tududi Versions)
If your Tududi instance doesn't support API tokens yet, use email/password authentication:
The MCP server will automatically detect which authentication method to use based on the environment variables provided.
Visual Studio Configuration
Add to your .mcp.json:
Docker Usage
Using Docker Compose
Using Docker Directly
Development
Available Tools
tududi_list_tasks- List all taskstududi_create_task- Create a new tasktududi_update_task- Update an existing tasktududi_delete_task- Delete a tasktududi_complete_task- Mark a task as completetududi_list_projects- List all projectstududi_create_project- Create a new projecttududi_list_areas- List all areastududi_search_tasks- Search tasks with filters
Contributing
Contributions are welcome! Please see CONTRIBUTING.md for guidelines.
License
MIT License - see LICENSE for details.
Links
This server cannot be installed