Skip to main content
Glama

GBrainMCP 协同版本

这是 GBrain 的隐私清理版本,专门用于团队协作和分享。

🎯 协同说明

本仓库专为 小元 协作创建,包含完整的 GBrain MCP 源码,但已移除所有个人隐私信息。

Related MCP server: pce-memory

🚀 快速开始

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

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    -
    quality
    C
    maintenance
    MCP server for context-aware memory and retrieval with hybrid search, dual-phase memory, and boundary-first security.
    3
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    An 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.
    24
    1
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    A 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.
    4
    1
    MIT

View all related MCP servers

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…

View all MCP Connectors

Latest Blog Posts

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