MCP 服务器集合
一个用于增强 Cursor IDE 中 Claude 能力的 Model Context Protocol (MCP) 服务器集合。
快速入门
前置条件
- 安装 Node.js
- 配置 Cursor IDE 和 Claude 集成
- 准备 GitHub 个人访问令牌(可选)
安装步骤
-
克隆仓库: git clone https://github.com/fpardon-upeo/mcp-servers-collection.git cd mcp-servers-collection
-
安装依赖: cd sequential-thinking && npm install && npm run build && cd .. cd memories-with-lessons-mcp-server && npm install && npm run build && cd .. cd servers/src/github && npm install && npm run build && cd ../../..
-
在 Cursor 中配置 MCP 服务器:
- Sequential Thinking:命令为
node /path/to/sequential-thinking/dist/index.js
- Memories with Lessons:命令为
node /path/to/memories-with-lessons-mcp-server/dist/index.js
- GitHub Integration:命令为
env GITHUB_PERSONAL_ACCESS_TOKEN=your_token node /path/to/servers/dist/github/index.js
- Sequential Thinking:命令为
使用方法
- Sequential Thinking:解决复杂问题时使用。
- Memories with Lessons:记录错误和经验教训。
- GitHub Integration:直接在 Cursor 中管理 GitHub 仓库。
更多详情请参考 Model Context Protocol 文档。