MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

MCP server by Suika-chan86

创建于 6/13/2026
更新于 about 3 hours ago
Repository documentation and setup instructions

MCP Notes

这是我整理的 MCP(Model Context Protocol)学习笔记,用于记录 MCP 的定义、架构、原理、工具调用流程、实践配置和安全注意事项。

笔记目录

当前内容包括

  • MCP 是什么
  • 为什么需要 MCP
  • Host / Client / Server 架构
  • Resources / Tools / Prompts
  • stdio 与 Streamable HTTP
  • uv、uvx、npx 等术语解释
  • MCP 工作流程
  • 应用场景
  • 安全问题
快速设置
此服务器的安装指南

安装命令 (包未发布)

git clone https://github.com/Suika-chan86/mcp-notes
手动安装: 请查看 README 获取详细的设置说明和所需的其他依赖项。

Cursor 配置 (mcp.json)

{ "mcpServers": { "suika-chan86-mcp-notes": { "command": "git", "args": [ "clone", "https://github.com/Suika-chan86/mcp-notes" ] } } }