-
securityA
license-
qualityA Model Context Protocol server that integrates with Notion's API to manage personal todo lists, allowing users to view, add, and update tasks directly from Claude.
Last updated -
21
Python
MIT License
该存储库包含待办事项列表应用程序的最小模型上下文协议 (MCP) 实现,包括:
server/
):公开一个用于工具发现的/tools
端点和一个用于 JSON-RPC 调用的/rpc
端点来对任务执行操作。client/cli.py
):一个 Python 命令行界面,可与 LLM(通过 OpenAI)和 MCP 服务器交互,以使用函数调用来创建、列出和完成任务。venv
.env
:从项目根目录:
在提示符下输入自然语言命令,例如:
CLI 将打印工具调用和 LLM 响应。
This server cannot be installed
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.
最小模型上下文协议服务器实现,提供管理待办事项列表的工具,允许用户创建任务、列出任务并通过 JSON-RPC 调用将其标记为已完成。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/oseni99/todo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server