MCP.so
登录

todoms-mcp

@yukimaterrace

关于 todoms-mcp

MCP Server for TODO Management System

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

yukimaterrace

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is todoms-mcp?

todoms-mcp is a Model Context Protocol (MCP) server that bridges AI development tools with the "todoms" todo management application. It provides user authentication and todo item operations (create, read, update, delete) for AI assistants.

How to use todoms-mcp?

Clone the repository, install dependencies (npm install), build the project (npm run build), and start the server (npm start). The server communicates via stdin/stdout and requires a running todoms API server at http://localhost:8080.

Key features of todoms-mcp

  • User sign-up, login, logout, and current user info retrieval
  • Retrieve all todos or a specific todo by ID
  • Create one or multiple todos at once
  • Update an existing todo
  • Delete a todo by ID

Use cases of todoms-mcp

  • AI coding assistants managing personal or project todos
  • Automated creation of tasks from natural language commands
  • Querying and updating todo lists via chat interfaces

FAQ from todoms-mcp

What tools does todoms-mcp provide?

It exposes eight MCP tools: signup, login, logout, get_all_todos, get_todo, create_todos, update_todo, and delete_todo.

What are the prerequisites to run todoms-mcp?

Node.js (v14 or higher), npm or yarn, and a running instance of the todoms API server (default: http://localhost:8080).

How can I change the API server URL?

The API base URL is defined as API_BASE_URL in src/lib/api-client.ts. Edit that constant to point to your desired server.

What technology stack does todoms-mcp use?

TypeScript, Node.js, the MCP SDK, Zod for data validation, and the Fetch API for HTTP requests.

What license does todoms-mcp use?

It is distributed under the ISC license.

评论

其他 分类下的更多 MCP 服务器