GBrainMCP
Click on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityAmaintenanceUnified MCP server combining hybrid search (vector + BM25 + code graph), structural code analysis, and persistent semantic memory. 15 tools, 25+ languages, <350MB RAM, fully local.10MIT
- Alicense-qualityCmaintenanceMCP server for context-aware memory and retrieval with hybrid search, dual-phase memory, and boundary-first security.3MIT
- Alicense-qualityDmaintenanceAn 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.241MIT
- 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
Related MCP Connectors
Persistent memory and cross-session learning for AI coding assistants (hosted remote MCP).
GibsonAI MCP server: manage your databases with natural language
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cyberbird2048/gbrainmcp-clean'
If you have feedback or need assistance with the MCP directory API, please join our Discord server