MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

MCP server by Suika-chan86

Created 6/13/2026
Updated 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 工作流程
  • 应用场景
  • 安全问题
Quick Setup
Installation guide for this server

Installation Command (package not published)

git clone https://github.com/Suika-chan86/mcp-notes
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.

Cursor configuration (mcp.json)

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