Black-do/mcp-server-collection
MCP 服务器集合,用于 Trae/Cursor 等 AI 编辑器
Platform-specific configuration:
{
"mcpServers": {
"mcp-server-collection": {
"command": "npx",
"args": [
"-y",
"mcp-server-collection"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
个人开发的 MCP(Model Context Protocol)服务器集合,用于 Trae、Cursor 等 AI 编辑器,覆盖文件、HTTP、Git、数据库、记忆等全场景。
---
---
| MCP | 功能 | 状态 | 来源 | | :--- | :--- | :--- | :--- | | 📁 Filesystem | 读写本地文件 | ✅ 稳定 | 🔌 官方 npm 包 | | 🌐 HTTP Client | HTTP 请求测试,支持本地和网络 API | ✅ 稳定 | 💻 自研 | | 🔀 Git Client | Git 状态、历史、分支查询(支持多项目) | ✅ 稳定 | 💻 自研 | | 🗄️ Database Client | 多数据库支持(PostgreSQL + MySQL) | ✅ 稳定 | 💻 自研 | | 🧠 Memory Client | 长期记忆存储,记住个人偏好 | ✅ 稳定 | 💻 自研 |
> 💡 说明: 🔌 表示使用官方/第三方包,💻 表示本项目自研
---
git clone https://github.com/Black-do/mcp-server-collection.git
cd mcp-server-collection# 自研 MCP 依赖
pip install -r http-client/requirements.txt
pip install -r git-client/requirements.txt
pip install -r db-client/requirements.txt
pip install -r memory-client/requirements.txt# 1. 复制配置模板
cp mcp.json.example mcp.json
cp git-client/config.json.example git-client/config.json
cp db-client/db_config.example.json db-client/db_config.json
# 2. 编辑配置文件,替换占位符为你的实际路径
# 3. ⚠️ 不要将含个人路径的配置文件提交到 GitMCP: Open Config File)mcp.json 内容查看底部状态栏,所有 MCP 图标应为绿色 🟢
---
mcp-server-collection/
Loading reviews...