GBrainMCP
A privacy-cleaned MCP server with hybrid retrieval, multimodal support, and code intelligence, enabling natural language interaction with knowledge bases and tools.
README
GBrainMCP 协同版本
这是 GBrain 的隐私清理版本,专门用于团队协作和分享。
🎯 协同说明
本仓库专为 小元 协作创建,包含完整的 GBrain MCP 源码,但已移除所有个人隐私信息。
🚀 快速开始
1. 克隆仓库
git clone https://github.com/cyberbird2048/gbrainmcp-clean.git
cd gbrainmcp-clean
2. 配置个人设置
# 复制配置模板
cp config.example.json ~/.gbrain/config.json
# 编辑配置,填入自己的 API key 和数据库信息
nano ~/.gbrain/config.json
3. 安装依赖
bun install
4. 启动 MCP 服务器
bun run serve
📦 核心功能
- 混合检索系统:向量搜索 + 全文检索 + 重排序
- 多模态支持:文本、图片、代码、音频转录
- 代码智能:调用关系、定义查找、代码分析
- 时序追踪:trajectory、salience、takes 评分
- MCP 协议:标准化工具接口,支持多种客户端
🔒 隐私保护
本版本已移除:
- ✅ API keys 和个人凭证
- ✅ 数据库连接字符串
- ✅ 机器特定配置
- ✅ 个人路径信息
👥 协作者
- 创建者: cyberbird2048
- 协作者: 小元 (待邀请)
📚 文档
详细文档请查看 docs/mcp/ 目录:
DEPLOY.md- 部署选项CLAUDE_DESKTOP.md- Claude Desktop 集成CHATGPT.md- ChatGPT 集成
🔧 开发
# 运行测试
bun test
# 构建
bun run build
# Lint
bun run lint
📄 许可证
MIT License - 与原 GBrain 项目保持一致
🌟 GBrain 原项目: https://github.com/garrytan/gbrain 🔧 MCP 协议: https://modelcontextprotocol.io
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.