GBrainMCP
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@GBrainMCPsearch my knowledge base for hybrid retrieval methods and summarize"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
GBrainMCP 协同版本
这是 GBrain 的隐私清理版本,专门用于团队协作和分享。
🎯 协同说明
本仓库专为 小元 协作创建,包含完整的 GBrain MCP 源码,但已移除所有个人隐私信息。
Related MCP server: pce-memory
🚀 快速开始
1. 克隆仓库
git clone https://github.com/cyberbird2048/gbrainmcp-clean.git
cd gbrainmcp-clean2. 配置个人设置
# 复制配置模板
cp config.example.json ~/.gbrain/config.json
# 编辑配置,填入自己的 API key 和数据库信息
nano ~/.gbrain/config.json3. 安装依赖
bun install4. 启动 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
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server unifying ERPs, CRMs, APIs and knowledge base for Claude, ChatGPT and Gemini.
Hybrid human + AI expertise for faster, trusted answers and decisions via MCP Server.
The CustomGPT.ai MCP server is a fully managed, RAG-powered endpoint that connects large language models with private knowledge bases and external data sources. It provides tools for retrieval-augmented generation queries (send_message), data ingestion (upload_file), and source listing, enabling AI agents to query private documents like PDFs with high accuracy and real-time citations.
Related MCP Servers
- AlicenseAqualityBmaintenanceUnified MCP server: hybrid search + code graph + semantic memory. 10 tools, <350MB RAM, fully local. No API keys.10PolyForm Noncommercial 1.0.0
- AlicenseNot gradedqualityCmaintenanceMCP server for context-aware memory and retrieval with hybrid search, dual-phase memory, and boundary-first security.3MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that ingests various data sources and uses LLMs to compile them into structured knowledge pages, enabling hybrid search and integration with AI coding tools like Claude Code and Cursor.14 npm1MIT
- AlicenseAqualityCmaintenanceA local MCP server enabling hybrid search over documents, memory, and knowledge graphs for retrieval-augmented generation, with tools for SQLite, semantic memory, and entity-relationship queries.41MIT