Skip to main content
Glama

Coding Todo Server

by dennismartis

编码待办事项服务器

该 MCP 服务器提供用于管理编码项目待办事项列表的工具和资源。

概述

该服务器允许您:

  • 查看当前待办事项列表
  • 查看特定待办事项的详细信息
  • 添加新的待办事项
  • 更新待办事项的状态
  • 删除待办事项
  • 更新待办事项详情

资源

  • todo://list :提供所有待办事项的列表,包括其状态、标题、优先级和标签。
  • todo://item/{todo_id} :提供有关特定待办事项的详细信息,包括状态、优先级、创建日期、项目、标签和描述。

工具

  • add_todo :向列表中添加新的待办事项。
    • 参数:
      • title :待办事项的标题(必填)
      • description :待办事项的详细描述(必填)
      • project :项目名称(可选)
      • priority :优先级从 1(最低)到 5(最高)(可选,默认值:1)
      • tags :与待办事项相关的标签列表(可选)
  • update_todo_status :更新现有待办事项的状态。
    • 参数:
      • id :要更新的待办事项的 ID(必需)
      • status :新状态(待定/进行中/完成)(必填)
  • delete_todo :从列表中删除待办事项。
    • 参数:
      • id :要删除的待办事项的 ID(必需)
  • update_todo :更新现有待办事项的详细信息。
    • 参数:
      • id :要更新的待办事项的 ID(必需)
      • title :新标题(可选)
      • description :新描述(可选)
      • project :新项目名称(可选)
      • priority :新的优先级,从 1(最低)到 5(最高)(可选)
      • tags :新标签列表(可选)

安装

在运行服务器之前,你需要安装所需的 Python 包。你可以使用 pip 来完成此操作:

pip install -r requirements.txt

用法

要运行服务器,请执行coding_todo.py脚本。

python coding_todo.py

这将启动 MCP 服务器,使其工具和资源可供 MCP 客户端使用。

-
security - not tested
F
license - not found
-
quality - not tested

MCP 服务器提供用于管理编码项目待办事项列表的工具和资源,允许用户查看、添加、更新和删除待办事项以及优先级、状态和标签等详细信息。

  1. 概述
    1. 资源
      1. 工具
        1. 安装
          1. 用法

            Related MCP Servers

            • A
              security
              A
              license
              A
              quality
              A MCP server for managing and storing code snippets in various programming languages, allowing users to create, list, and delete snippets via a standardized interface.
              Last updated -
              3
              4
              JavaScript
              MIT License
            • A
              security
              A
              license
              A
              quality
              A Model Context Protocol (MCP) server that provides tools for managing todo items, including creation, updating, completion, deletion, searching, and summarizing tasks.
              Last updated -
              10
              4
              TypeScript
              MIT License
            • A
              security
              F
              license
              A
              quality
              MCP server for managing Git operations on local repositories, allowing users to list repositories, get and create tags, list commits, push tags, and refresh repositories through a standardized interface.
              Last updated -
              6
              Python
            • -
              security
              F
              license
              -
              quality
              An MCP server that connects to the Resource Hub, allowing centralized configuration and management of tools and resources across different MCP environments.
              Last updated -
              2
              JavaScript
              • Apple

            View all related MCP servers

            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/dennismartis/mcp-todo'

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