能力标签
🔌
MCP工具

笔机机器的求器系统

基于 TypeScript · 让 AI 助手直接操作你的系统与工具
英文名:BrainCore
⭐ 8 Stars 🍴 1 Forks 💻 TypeScript 📄 MIT 🏷 AI 7.5分
7.5AI 综合评分
aiknowledge-graphllmmcpmemory
✦ AI Skill Hub 推荐

经 AI Skill Hub 精选评估,笔机机器的求器系统 获评「推荐使用」。这款MCP工具在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 7.5 分,适合有一定技术背景的用户使用。

📚 深度解析
笔机机器的求器系统 是一款基于 MCP(Model Context Protocol)标准协议的 AI 工具扩展。MCP 协议由 Anthropic 开发并开源,旨在建立 AI 模型与外部工具之间的标准化通信接口,目前已被 Claude Desktop、Claude Code、Cursor 等主流 AI 工具采纳。

通过安装 笔机机器的求器系统,你的 AI 助手将获得额外的工具调用能力,可以用自然语言直接操控该工具的功能,无需学习复杂的命令行语法。MCP 工具的核心价值在于"一次配置,永久增强"——配置完成后,每次与 AI 对话时都可以无缝调用这些工具。

在技术实现上,MCP 工具通过标准的 JSON-RPC 协议与 AI 客户端通信,工具的功能以"工具列表"的形式暴露给 AI 模型,AI 可以按需调用。笔机机器的求器系统 提供了结构化的工具调用接口,使 AI 模型能够精确地理解和使用每个功能点,显著降低 AI 在工具使用上的错误率。

与传统的 API 集成相比,MCP 工具的优势在于无需编写代码——用户只需在配置文件中添加几行 JSON,即可让 AI 获得全新能力。AI Skill Hub 将 笔机机器的求器系统 评为 AI 评分 7.5 分,属于同类工具中的优质选择。
📋 工具概览

导八机器中征的机器系统,导八机器的机器系统,导八机器的机器系统!

笔机机器的求器系统 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。

GitHub Stars
⭐ 8
开发语言
TypeScript
支持平台
Windows / macOS / Linux
维护状态
轻量级项目,按需更新
开源协议
MIT
AI 综合评分
7.5 分
工具类型
MCP工具
Forks
1
📖 中文文档
以下内容由 AI Skill Hub 根据项目信息自动整理,如需查看完整原始文档请访问底部「原始来源」。

导八机器中征的机器系统,导八机器的机器系统,导八机器的机器系统!

笔机机器的求器系统 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。

📌 核心特色
  • 通过标准 MCP 协议与 Claude、Cursor 等主流 AI 客户端深度集成
  • 提供结构化工具调用接口,显著降低 AI 集成复杂度
  • 支持 Claude Desktop 和 Claude Code 无缝接入,开箱即用
  • 可与其他 MCP 工具组合叠加,构建完整 AI 工作站
  • 轻量无侵入设计,不影响现有系统架构
🎯 主要使用场景
  • 在 Claude Desktop 对话中直接调用本地工具,实现 AI 与系统的深度联动
  • 通过自然语言驱动复杂的多步骤自动化任务,代替繁琐手动操作
  • 将多个 MCP 工具组合使用,构建个人专属 AI 工作站
以下安装命令基于项目开发语言和类型自动生成,实际以官方 README 为准。
安装命令
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/SynapseGrid-Labs/BrainCore

# 方式二:手动配置 claude_desktop_config.json
{
  "mcpServers": {
    "---------": {
      "command": "npx",
      "args": ["-y", "braincore"]
    }
  }
}

# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
📋 安装步骤说明
  1. 确认已安装 Node.js(v18 或以上版本)
  2. 打开 Claude Desktop 或 Claude Code 的 MCP 配置文件
  3. 按「交给 Agent 安装 → Claude Desktop」标签中的 JSON 配置填入 mcpServers 字段
  4. 保存配置文件并重启 Claude 客户端
  5. 重启后,在对话中即可使用本工具
以下用法示例由 AI Skill Hub 整理,涵盖最常见的使用场景。
常用命令 / 代码示例
# 安装后在 Claude 对话中直接使用
# 示例:
用户: 请帮我用 笔机机器的求器系统 执行以下任务...
Claude: [自动调用 笔机机器的求器系统 MCP 工具处理请求]

# 查看可用工具列表
# 在 Claude 中输入:"列出所有可用的 MCP 工具"
以下配置示例基于典型使用场景生成,具体参数请参照官方文档调整。
配置示例
// claude_desktop_config.json 配置示例
{
  "mcpServers": {
    "_________": {
      "command": "npx",
      "args": ["-y", "braincore"],
      "env": {
        // "API_KEY": "your-api-key-here"
      }
    }
  }
}

// 保存后重启 Claude Desktop 生效
📑 README 深度解析 真实文档 完整度 87/100 查看 GitHub 原文 →
以下内容由系统直接从 GitHub README 解析整理,保留代码块、表格与列表结构。

简介

BrainCore social preview for enterprise memory lifecycle for AI agents.

BrainCore

Evidence-first enterprise memory lifecycle for AI infrastructure.

BrainCore extracts, preserves, scores, audits, and retrieves operational knowledge from incidents, coding sessions, chat messages, and monitoring data, building a lifecycle-controlled knowledge graph that AI agents can query through CLI and MCP surfaces.

Version Stack License PostgreSQL 15+ CI

Production launch measurements, April 2026: 26,966 facts · P50 71.6 ms · P95 85.2 ms with vector stream disabled · fact-evidence coverage 98.52%

What It Does · Features · Quick Start · What Ships · Architecture · Benchmarks · MCP Integration · Configuration

Features

  • Source ingestion: incident notes plus deterministic parsers for Claude Code, Codex, Codex shared memory, Discord, Telegram, Grafana, personal memory, Asana task exports, and Git commits
  • Hybrid retrieval: Structured SQL + FTS + vector similarity + temporal expansion, with optional graph path search, fused with RRF (k=60)
  • Trust classes: deterministic, corroborated_llm, single_source_llm, human_curated
  • Enterprise memory lifecycle overlay: Suppress or retire recall targets without destroying native evidence, with append-only feedback, score, and audit trails
  • Context recall audit: Records retrieved, injected, and omitted memory packages for evaluation and controlled rollout
  • Project scoping: Facts, memories, and episodes auto-tagged to projects via service mapping
  • Quality gate: SHA256 fingerprint dedup, secret redaction, and assertion-class validation
  • Local-first LLM: Uses vLLM (OpenAI-compatible); Claude CLI fallback requires explicit operator opt-in
  • Risk review queue: semantic truncation, prompt-injection heuristics, redaction hits, and high-risk fact kinds are queued for human review
  • Parallel nightly pipeline: Automated archive-extract-consolidate-publish cycle with parallel extractors and health gating
  • Eval framework: Gold-set benchmark with precision, recall, and fact-evidence coverage metrics
  • MCP-ready retrieval and admin layer: Python retrieval library plus a minimal FastMCP example server for downstream read tools and trusted lifecycle administration
  • Deferred web app: The browser/admin dashboard is the next upgrade path; this release is CLI/MCP-first

Requirements

  • Bun 1.1+
  • Python 3.11+
  • PostgreSQL 15+ (tested on 16)
  • Docker or a local PostgreSQL instance with pgvector enabled

1. Install dependencies

bun install
python -m venv .venv
source .venv/bin/activate
pip install 'psycopg[binary]>=3.1' psycopg-pool pyyaml numpy requests pgvector pydantic 'mcp[cli]>=1.0'

Optional: set BRAINCORE_EMBED_AUTH_TOKEN if your /embed endpoint requires auth.

set -a && . ./.env && set +a ```

Live deployment measurements

ScopeMetricValueSource
Production corpusfacts26,966benchmarks/results/2026-04-09-retrieval-production.json
Production corpusP50 latency with vector stream disabled71.6 msbenchmarks/results/2026-04-09-retrieval-production.json
Production corpusP95 latency with vector stream disabled85.2 msbenchmarks/results/2026-04-09-retrieval-production.json
Production corpusfact-evidence coverage98.52%benchmarks/results/2026-04-09-grounding-production.json

These values are measured against a live deployment. They are valid README claims because they come from committed production-corpus artifacts, not from the synthetic smoke fixture.

Quick Start

The fastest supported way to try BrainCore on a fresh clone is:

  1. Install Bun and Python dependencies.
  2. Start PostgreSQL with pgvector.
  3. Apply the schema migrations with bun src/cli.ts migrate.
  4. Run the retrieval smoke benchmark to prove the repo wiring works.
  5. Start the example MCP server or query the retrieval library directly.

Real-World Example Queries

The read path is designed for operational questions, not for generic chat summaries.

QueryBest entry pointExpected answer shape
"why did docker start flapping after the disk filled?"memory_search(..., query=...)facts + timeline evidence
"what changed on this service last week?"memory_search(..., as_of=..., scope=...)active facts with temporal windows
"show me prior incidents involving SSL renewal"memory_search(..., type_filter='episode')incidents and summaries
"what playbook do we already have for pgvector indexing drift?"memory_search(..., type_filter='memory')patterns and playbooks
"what was the state of nginx before the migration?"memory_search(..., as_of='...')point-in-time fact set
"which facts support this memory?"retrieval + provenance objectsevidence spans and supporting facts

Example:

import os
from psycopg_pool import ConnectionPool
from mcp.memory_search import memory_search

pool = ConnectionPool(conninfo=os.environ["BRAINCORE_POSTGRES_DSN"])

result = memory_search(
    pool,
    query="ssl certificate renewal failure",
    type_filter="fact",
    limit=5,
)

for row in result["results"]:
    print(row["object_type"], row["title"], row["score"])

Configuration

Core configuration lives in .env.example.

VariableRequiredPurpose
BRAINCORE_POSTGRES_DSNyesPostgreSQL connection string
BRAINCORE_VAULT_ROOTyessource vault or incident root
BRAINCORE_ARCHIVE_ROOTyesarchive storage root
BRAINCORE_ARCHIVE_BACKUPyesredundancy target for archived artifacts
BRAINCORE_PUBLISH_DIRyespublished memory note output
BRAINCORE_VLLM_ENDPOINTSnosemantic extraction endpoints
BRAINCORE_ALLOW_EXTERNAL_LLM_FALLBACKnoopt-in Claude CLI fallback when local vLLM is unavailable
BRAINCORE_EMBED_URLnoembedding service URL for vector retrieval
BRAINCORE_EMBEDDING_INDEX_RETRIEVALnoopt-in MCP retrieval from role-specific embedding_index rows; defaults to legacy table embedding columns
BRAINCORE_TENANTnotenant scope for writes and reads
BRAINCORE_GRAFANA_URL / BRAINCORE_GRAFANA_API_KEYnoGrafana extraction integration
BRAINCORE_TELEGRAM_BOT_TOKEN / BRAINCORE_TELEGRAM_CHAT_IDnopipeline notifications
BRAINCORE_TELEGRAM_INGESTnoset to 1 to ingest Telegram updates during nightly extraction
BRAINCORE_ASANA_EXPORTnoopt-in nightly Asana export path
BRAINCORE_GIT_COMMITS_SOURCE / BRAINCORE_GIT_COMMITS_SINCEnoopt-in nightly git commit source
BRAINCORE_KNOWN_DEVICESnoentity hints for extraction

The CLI treats BRAINCORE_POSTGRES_DSN as required at runtime. The configuration module uses lazy evaluation so help screens and static imports do not force a live environment until a command actually reads the config.

CLI Commands

The CLI is intentionally narrow and explicit.

CommandPurpose
archive --pendingmove discovered artifacts into archived state
extract --pendingprocess pending artifacts through the extraction path
extract --session <path>extract one session file
extract --personal-memoryprocess personal memory markdown
extract --codex-historyingest Codex history/session data
extract --codex-sharedingest Codex shared memory content
extract --discordingest Discord digest data
extract --telegramingest Telegram chat data
extract --grafanaingest Grafana dashboards and alerts
extract --asana-export <path> [--dry-run]ingest exported Asana task JSON or JSONL
extract --git-commits <repo-or-export> [--since <ref>] [--dry-run]ingest local git commits or exported commit JSON/JSONL
consolidate --deltacompile patterns and playbooks from new facts
publish-notes --changedwrite updated markdown memories
eval --runexecute the eval harness against eval_case rows
eval --reportprint the last eval report
project list / summary / archive / merge / forklifecycle operations on project entities
lifecycle enqueue / process / list / retry / backfill-intelligence / statsenterprise memory lifecycle outbox and intelligence operations
memory status-set / feedback-recordlifecycle admin overlays for facts, memories, procedures, event frames, and working memory
context audit-recordrecords context recall audit packages for shadow/eval/default-on rollout
maintenance --stats / --vacuum / --detect-staledatabase maintenance and drift checks
health-checkverify configured vLLM endpoints
gate-checksurface blocked or failed artifacts

Run bun src/cli.ts --help for the exact runtime usage block.

MCP Integration

BrainCore does not claim to ship a full MCP appliance. It ships the retrieval library plus a small reference server in examples/mcp_server/.

That example exists to prove three things:

- The retrieval library can be exposed over stdio transport. - The repo-root mcp/ namespace collision can be handled safely. - Pool creation can stay lazy so CI and tool introspection do not need a live database at import time.

The example server exposes the reference stdio MCP tool surface listed in examples/mcp_server/README.md: search, timeline, before/after, causal-chain, procedure, visual metadata, and working-memory session tools. It is still a reference server, not a hardened remote MCP appliance. If your deployment wraps these tools in HTTP, SSE, WebSocket, or another network transport, add authentication, tenant policy, write-tool authorization, request limits, and privacy review before exposing it.

Start here:

The Nightly Pipeline

cron/nightly.sh is the automation backbone. It is intentionally failure-tolerant:

- flock prevents overlap between runs. - Archive and extraction steps can fail independently without tearing down the whole night. - Post-processing happens in a clear sequence: embeddings, project tagging, consolidate, publish. - Weekly and monthly maintenance are gated by date rather than hidden in separate jobs. - Telegram notifications are optional, not mandatory.

The pipeline is designed to prefer partial progress over all-or-nothing fragility.

Comparison

BrainCore is opinionated about operational knowledge rather than chat-history memory.

SystemBest atTrade-off compared to BrainCore
Mem0conversational memory and fast hosted adoptionBrainCore focuses more directly on provenance and temporal validity
Hindsighthierarchical memory and reflection loopsBrainCore keeps the public package centered on operational retrieval and local-first deployment
Cogneegraph-first knowledge extractionBrainCore emphasizes incident evidence, timelines, and operational playbooks
GraphRAGlarge-corpus summarizationBrainCore is shaped around operational history and evidence-backed retrieval
generic chat-memory layersagent continuityBrainCore prioritizes incident timelines, evidence anchors, and operational procedures

BrainCore is a better fit when you care about incidents, sessions, configuration drift, and queryable operational history more than about remembering a conversational preference.

🇨🇳 中文文档镜像 AI 翻译 2026-05-23
英文原文章节由系统翻译为中文摘要,便于快速理解。完整原文见上方 "📑 README 深度解析"。
📌 简介

BrainCore 是一个企业级 AI 基础设施的证据驱动记忆生命周期系统。它从事件、编码会话、聊天消息和监控等源中提取、保存、评分、审计和检索操作知识。

⚡ 功能介绍

BrainCore 的功能包括源数据 ingestion、混合检索、信任类别等。它支持多种源数据 ingestion,包括 Claude Code、Codex、Discord、Telegram、Grafana 等,以及混合检索和信任类别等功能。

📋 环境依赖

BrainCore 的环境依赖和系统要求包括 Bun 1.1+、Python 3.11+、PostgreSQL 15+(测试在 16 上)以及 Docker 或本地 PostgreSQL 实例(pgvector 启用)等。

🛠 安装步骤(Docker/pip/源码)

BrainCore 的安装步骤包括安装依赖项、启动 PostgreSQL、应用架构迁移以及运行检索烟雾基准测试等。

🚀 使用教程

BrainCore 的使用教程包括快速入门、实例 MCP 服务器或直接查询检索库等。它还提供了多个实例查询示例,包括操作问题和时间线证据等。

⚙️ 配置说明(含 MCP / env)

BrainCore 的配置说明包括核心配置、环境变量和关键参数等。核心配置存储在 `.env.example` 中,包括 PostgreSQL 连接字符串、源存储根和归档存储根等。

🔌 API 说明

BrainCore 的 CLI 命令包括 archive、extract 和 memory_search 等。这些命令用于管理归档、提取和检索等功能。

🔄 工作流/模块

BrainCore 的工作流和模块说明包括 MCP 集成和夜间流水线等。MCP 集成包括检索库的暴露和 repo-root 名称空间等,夜间流水线包括自动化脚本和归档和提取步骤等。

🎯 aiskill88 AI 点评 A 级 2026-05-23

导八机器的机器系统是一个有效的求器系统,导八机器的机器系统和导八机器的机器系统一个有效的求器系统!

📚 实用指南(长尾问题)
适合谁
  • 需要让 Claude / Cursor 操作本地工具的 AI 工程师
  • 构建多智能体协作系统的 Agent 开发者
  • 构建企业知识库 / RAG 检索应用的团队
最佳实践
  • 配置 MCP 服务器时建议使用 stdio 传输 + JSON-RPC,避免暴露公网
  • 生产部署优先使用 Docker Compose 隔离依赖,并挂载 volume 持久化数据
  • 分块大小建议 256-512 tokens,向量库优选 pgvector 或 Qdrant
  • Agent 任务先做 dry-run 验证工具调用链,再开启自主执行
常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)
  • MCP 配置路径拼错或权限不足,重启 Claude Desktop 才生效
  • 容器内无法访问宿主机 localhost — 使用 host.docker.internal
  • embedding 模型与查询模型不一致导致检索失效
部署方案
  • Docker:BrainCore 提供官方镜像,docker compose up 一键启动
  • CLI:直接 npm install -g / pip install,命令行调用
  • 云端托管:可放在 Vercel / Railway / Fly.io 等 PaaS 平台
相关搜索
BrainCore 中文教程BrainCore 安装报错怎么办BrainCore MCP 配置BrainCore Docker 部署BrainCore Agent 工作流BrainCore 与同类工具对比BrainCore 最佳实践BrainCore 适合谁用
⚡ 核心功能
👥 适合谁
  • 需要让 Claude / Cursor 操作本地工具的 AI 工程师
  • 构建多智能体协作系统的 Agent 开发者
  • 构建企业知识库 / RAG 检索应用的团队
⭐ 最佳实践
  • 配置 MCP 服务器时建议使用 stdio 传输 + JSON-RPC,避免暴露公网
  • 生产部署优先使用 Docker Compose 隔离依赖,并挂载 volume 持久化数据
  • 分块大小建议 256-512 tokens,向量库优选 pgvector 或 Qdrant
  • Agent 任务先做 dry-run 验证工具调用链,再开启自主执行
⚠️ 常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)
  • MCP 配置路径拼错或权限不足,重启 Claude Desktop 才生效
  • 容器内无法访问宿主机 localhost — 使用 host.docker.internal
  • embedding 模型与查询模型不一致导致检索失效
👥 适合人群
Claude Desktop / Claude Code 用户AI 工具开发者需要扩展 AI 能力的专业人士自动化工程师
🎯 使用场景
  • 在 Claude Desktop 对话中直接调用本地工具,实现 AI 与系统的深度联动
  • 通过自然语言驱动复杂的多步骤自动化任务,代替繁琐手动操作
  • 将多个 MCP 工具组合使用,构建个人专属 AI 工作站
⚖️ 优点与不足
✅ 优点
  • +MIT 协议,可免费商用
  • +标准化 MCP 协议,生态互联性强
  • +与 Claude 官方生态无缝对接
  • +即插即用,配置简单快捷
⚠️ 不足
  • 依赖 Claude 客户端,非 Claude 用户无法使用
  • MCP 协议仍在持续演进,接口可能变更
  • 需要一定的配置步骤
⚠️ 使用须知

AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。

建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。

📄 License 说明

✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。

🔗 相关工具推荐
📚 相关教程推荐
📰 相关 AI 新闻
🍿 AI 圈相关吃瓜
🗺️ 相关解决方案
🧩 你可能还需要
基于当前 Skill 的能力图谱,自动补全的工具组合
❓ 常见问题 FAQ
提现请求程式
💡 AI Skill Hub 点评

AI Skill Hub 点评:笔机机器的求器系统 的核心功能完整,质量良好。对于Claude Desktop / Claude Code 用户来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。

⬇️ 获取与下载
⬇ 下载源码 ZIP

✅ MIT 协议 · 可免费商用 · 直接从 aiskill88 服务器下载,无需跳转 GitHub

📚 深入学习 笔机机器的求器系统
查看分步骤安装教程和完整使用指南,快速上手这款工具
🌐 原始信息
原始名称 BrainCore
原始描述 开源MCP工具:Autonomous memory system for AI infrastructure.。⭐8 · TypeScript
Topics aiknowledge-graphllmmcpmemory
GitHub https://github.com/SynapseGrid-Labs/BrainCore
License MIT
语言 TypeScript
🔗 原始来源
🐙 GitHub 仓库  https://github.com/SynapseGrid-Labs/BrainCore 🌐 官方网站  https://synapsegridlabs.com/braincore/

收录时间:2026-05-16 · 更新时间:2026-05-18 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。