Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • Postman MCP Server
  • Amazon VPC Lattice MCP Server
  • Google Workspace MCP Server
  • Mondaycom MCP Server
  • Git Spice Help MCP Server
Back to MCP Servers
Coding Todo Server

Coding Todo Server

Public
dennismartis/mcp-todo

Provides comprehensive tools and resources for managing coding project todo lists via Model Context Protocol, including viewing, adding, updating, and deleting todo items with detailed status, priority, and tagging capabilities.

python
0 tools
May 30, 2025
Updated Jun 4, 2025

Supercharge Your AI with Coding Todo Server

MCP Server

Unlock the full potential of Coding Todo Server through LangDB's AI Gateway. Get enterprise-grade security, analytics, and seamless integration with zero configuration.

Unified API Access
Complete Tracing
Instant Setup
Get Started Now

Free tier available • No credit card required

Instant Setup
99.9% Uptime
10,000+Monthly Requests

Coding Todo Server

This MCP server provides tools and resources for managing a coding project's todo list.

Overview

This server allows you to:

  • View the current todo list
  • View details of specific todo items
  • Add new todo items
  • Update the status of todo items
  • Delete todo items
  • Update todo item details

Resources

  • todo://list: Provides a list of all todo items with their status, title, priority and tags.
  • todo://item/{todo_id}: Provides detailed information about a specific todo item, including status, priority, creation date, project, tags, and description.

Tools

  • add_todo: Adds a new todo item to the list.

    • Arguments:
      • title: Title of the todo item (required)
      • description: Detailed description of the todo item (required)
      • project: Project name (optional)
      • priority: Priority from 1 (lowest) to 5 (highest) (optional, default: 1)
      • tags: List of tags related to the todo (optional)
  • update_todo_status: Updates the status of an existing todo item.

    • Arguments:
      • id: The ID of the todo item to update (required)
      • status: New status (pending/in_progress/completed) (required)
  • delete_todo: Deletes a todo item from the list.

    • Arguments:
      • id: The ID of the todo item to delete (required)
  • update_todo: Updates the details of an existing todo item.

    • Arguments:
      • id: The ID of the todo item to update (required)
      • title: New title (optional)
      • description: New description (optional)
      • project: New project name (optional)
      • priority: New priority from 1 (lowest) to 5 (highest) (optional)
      • tags: New list of tags (optional)

Installation

Before running the server, you need to install the required Python packages. You can do this using pip:

pip install -r requirements.txt

Usage

To run the server, execute the coding_todo.py script.

python coding_todo.py

This will start the MCP server, making its tools and resources available to MCP clients.

Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • Postman MCP Server
    Postman MCP Server

    Enables running Postman collections via Newman through the Model Context Protocol, providing LLMs wi...

    1 tools
    Added May 30, 2025
  • Amazon VPC Lattice MCP Server
    Amazon VPC Lattice MCP Server

    Model Context Protocol server offering tools to access, manage, and automate AWS VPC Lattice resourc...

    2 tools
    Added May 30, 2025
  • Google Workspace MCP Server
    Google Workspace MCP Server

    Provides Model Context Protocol (MCP) tools for seamless programmatic management of Gmail and Google...

    8 tools
    Added May 30, 2025
  • Mondaycom MCP Server
    Mondaycom MCP Server

    Enables Model Context Protocol clients to seamlessly manage Monday.com boards, items, updates, and d...

    8 tools
    Added May 30, 2025
  • Git Spice Help MCP Server
    Git Spice Help MCP Server

    Provides Model Context Protocol integration with Cursor IDE for real-time git-spice documentation se...

    1 tools
    Added May 30, 2025