Skip to main content
Glama

Tududi MCP

by jerrytunin

Tududi MCP

License: MIT Node.js Version TypeScript

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

git clone https://github.com/jerrytunin/tududi-mcp.git cd tududi-mcp npm install npm run build

Configuration

Create a .env file:

TUDUDI_API_URL=http://localhost:3000 TUDUDI_API_KEY=your-api-key-here LOG_LEVEL=info

Visual Studio Configuration

Add to your .mcp.json:

{ "mcpServers": { "tududi": { "command": "node", "args": ["path/to/tududi-mcp/dist/server.js"], "env": { "TUDUDI_API_URL": "http://localhost:3000", "TUDUDI_API_KEY": "your-api-key" } } } }

Development

npm install npm run build npm run dev npm test

Available Tools

  • tududi_list_tasks - List all tasks

  • tududi_create_task - Create a new task

  • tududi_update_task - Update an existing task

  • tududi_delete_task - Delete a task

  • tududi_complete_task - Mark a task as complete

  • tududi_list_projects - List all projects

  • tududi_create_project - Create a new project

  • tududi_list_areas - List all areas

  • tududi_search_tasks - Search tasks with filters

Contributing

Contributions are welcome! Please see CONTRIBUTING.md for guidelines.

License

MIT License - see LICENSE for details.

Links

-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Integrates Tududi task management with AI development tools, enabling users to create, update, search, and organize tasks, projects, and areas directly from their IDE.

  1. Overview
    1. Features
  2. Installation
    1. Configuration
      1. Visual Studio Configuration
    2. Development
      1. Available Tools
        1. Contributing
          1. License
            1. Links

              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/jerrytunin/tududi-mcp'

              If you have feedback or need assistance with the MCP directory API, please join our Discord server