Back to MCP directory
publicPublicdnsLocal runtime

claude_mcp-kgz

基于Anthropic的Model Context Protocol基础实现,通过Claude桌面应用创建、更新、读取和总结notes.txt文件,并利用该文件内容作为上下文回答问题。

article

README

🚀 全新 Model Context Protocol(MCP)实现

本项目是由 Anthropic 开发的一个极为基础的 Model Context Protocol(MCP)新实现。它借助 Claude Desktop 应用程序,支持用户对 notes.txt 文件进行创建、更新、获取以及总结操作。同时,可将同一个 notes.txt 文件作为上下文,让 Claude 依据这些笔记内容回答问题。

🚀 快速开始

安装依赖

  • 安装 uv 包管理器,用于安装所需的 MCP 包。
  • 确保已安装 claude。
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