loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

mcp-server-collection

MCP Tool

Black-do/mcp-server-collection

MCP 服务器集合,用于 Trae/Cursor 等 AI 编辑器

Install

$ npx loaditout add Black-do/mcp-server-collection

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "mcp-server-collection": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-collection"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

🤖 MCP Server Collection

个人开发的 MCP(Model Context Protocol)服务器集合,用于 Trae、Cursor 等 AI 编辑器,覆盖文件、HTTP、Git、数据库、记忆等全场景。

---

📋 目录
  • 功能特性
  • 快速开始
  • 项目结构
  • 安装指南
  • 配置说明
  • 使用示例
  • 各 MCP 文档
  • 常见问题
  • 贡献指南
  • License

---

✨ 功能特性
MCP 服务器列表

| MCP | 功能 | 状态 | 来源 | | :--- | :--- | :--- | :--- | | 📁 Filesystem | 读写本地文件 | ✅ 稳定 | 🔌 官方 npm 包 | | 🌐 HTTP Client | HTTP 请求测试,支持本地和网络 API | ✅ 稳定 | 💻 自研 | | 🔀 Git Client | Git 状态、历史、分支查询(支持多项目) | ✅ 稳定 | 💻 自研 | | 🗄️ Database Client | 多数据库支持(PostgreSQL + MySQL) | ✅ 稳定 | 💻 自研 | | 🧠 Memory Client | 长期记忆存储,记住个人偏好 | ✅ 稳定 | 💻 自研 |

> 💡 说明: 🔌 表示使用官方/第三方包,💻 表示本项目自研

核心优势
  • ✅ 完全免费 - 无订阅费,无 API 费用
  • ✅ 国内可用 - 自研模块无需特殊网络,全部本地运行
  • ✅ 配置灵活 - 每个 MCP 独立配置,互不影响
  • ✅ 安全可控 - 代码开源,数据本地存储
  • ✅ 易于扩展 - 模块化设计,可快速添加新 MCP

---

🚀 快速开始
1. 克隆项目
git clone https://github.com/Black-do/mcp-server-collection.git
cd mcp-server-collection
2. 安装依赖
# 自研 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
3. 配置各 MCP
# 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. ⚠️ 不要将含个人路径的配置文件提交到 Git
4. 配置 Trae/Cursor
  1. 打开编辑器设置
  2. 找到 MCP 配置文件(MCP: Open Config File)
  3. 复制 mcp.json 内容
  4. 保存并重启编辑器
5. 验证

查看底部状态栏,所有 MCP 图标应为绿色 🟢

---

📁 项目结构
mcp-server-collection/

Tags

aiai-codingcursordeveloper-toolsmcpproductivitytrae

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated13 days ago
Security: AREADME
New

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit4/3/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/Black-do/mcp-server-collection)](https://loaditout.ai/skills/Black-do/mcp-server-collection)