本仓库包含多种模型上下文协议(MCP)服务器,可用于增强 Cursor 的功能,为用户提供更丰富的操作体验和更高效的开发支持。
在安装之前,请确保具备以下条件:
此仓库提供一个综合 Makefile 以实现自动化的安装流程:
make phase1
make phase2
make update - all:更新所有 MCP 服务器make clean:移除已安装的依赖项make clean - deep:彻底系统清理本地 Git 仓库交互和自动化:
网络和本地搜索功能:
GitHub 集成和自动化:
持久存储和检索:
结构化的问题解决:
export BRAVE_API_KEY=your_key_here
获取你的密钥:https://brave.com/search/api/
export GITHUB_PERSONAL_ACCESS_TOKEN=your_token_here
生成位置:https://github.com/settings/tokens
所需作用域:repo,workflow(可选)
在 Cursor 中配置每个 MCP(设置 > 功能 > MCP):
{
"name": "Git",
"type": "stdio",
"command": "uvx mcp - server - git --repository /path/to/your/repo"
}
{
"name": "Brave Search",
"type": "stdio",
"command": "npx -y @modelcontextprotocol/server - brave - search"
}
{
"name": "GitHub",
"type": "stdio",
"command": "npx -y @modelcontextprotocol/server - github"
}
{
"name": "Memory",
"type": "stdio",
"command": "npx -y @modelcontextprotocol/server - memory"
}
{
"name": "Sequence Thinking",
"type": "stdio",
"command": "npx -y @modelcontextprotocol/server - sequence - thinking"
}
⚠️ 重要提示
- 安装过程中请确保网络连接正常。
- 如果遇到问题,请检查终端输出的错误信息,并根据提示进行调整。