MCP(Model Context Protocol)是 Anthropic 于 2024 年 11 月开源的 AI 工具调用标准协议,目前已成为 Claude Desktop、Cursor、Zed 等主流 AI 客户端的通用接入方式。这里是 MCP 系列的完整学习路径。Documentation Index
Fetch the complete documentation index at: https://www.pid0.cn/llms.txt
Use this file to discover all available pages before exploring further.
学习路径
MCP 是什么?
从 AI 为何不知道今天天气切入,讲清楚 Host / Client / Server 三层架构和 MCP vs Function Calling 的本质区别。
MCP 能做什么?
10 个真实应用场景,每个场景含可直接复制的配置代码:Slack、GitHub、数据库、Blender……
本地 MCP Server 配置
macOS 和 Windows 双系统命令对照,MCP Inspector 调试,三个高频报错的具体解法。
本地 vs 云端:什么时候上 VPS?
5 个必须上云的场景分析,附决策树帮你判断要不要上 VPS。
云端 VPS 自托管 Remote MCP Server
从零部署 Remote MCP Server:Nginx HTTPS 反代、Bearer Token 鉴权、systemd 守护进程,每步含可执行命令。