Back to MCP directory
publicPublicdnsLocal runtime

model-context-provider-server

一个简单的待办事项应用,支持添加、完成和删除任务。

article

README

🚀 待办事项应用

待办事项应用能够帮助用户轻松管理任务,支持添加、标记完成和删除任务等操作,提升任务管理效率。

🚀 快速开始

本待办事项应用操作简单,可快速上手,满足日常任务管理需求。

💻 使用示例

基础用法

以下是待办事项应用的常见操作示例:

  • 添加新任务
  • 标记任务为完成
  • 删除任务
help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client