← 返回
开发者工具 Key 中文

Cerebrun

MCP client for Cerebrun - comprehensive personal context and memory management system. Retrieve user context layers (language, projects, identity, vault), pe...
Cerebrun MCP客户端 - 全面的个人上下文和记忆管理系统。获取用户上下文层(语言、项目、身份、知识库)等信息。
niyoseris niyoseris 来源
开发者工具 clawhub v1.0.1 1 版本 99895 Key: 需要
★ 1
Stars
📥 931
下载
💾 7
安装
1
版本
#latest#mcp#memory

概述

Cerebrun MCP Client

Cerebrun (cereb.run) is a Model Context Protocol (MCP) server that provides persistent personal context management across sessions.

Quick Start

All requests require:

  • api_key: Cerebrun API key (Bearer token)
  • base_url: https://cereb.run/mcp

Context Layers

Layer 0 - Language, timezone, comms prefs

Layer 1 - Projects, goals, pinned memories

Layer 2 - Personal identity info, API and other keys

Layer 3 - Encrypted vault (requires consent)

Usage

Get Context

curl -X POST \

-H "Authorization: Bearer $API_KEY" \

-H "Content-Type: application/json" \

-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_context","arguments":{"layer":0}}}' \

https://cereb.run/mcp

Search Context

curl -X POST \

-H "Authorization: Bearer $API_KEY" \

-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_context","arguments":{"query":"Rust authentication","limit":5}}}' \

https://cereb.run/mcp

Push Knowledge

curl -X POST \

-H "Authorization: Bearer $API_KEY" \

-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"push_knowledge","arguments":{"content":"Important insight","category":"learning","tags":["rust","performance"]}}}' \

https://cereb.run/mcp

Chat via Gateway

curl -X POST \

-H "Authorization: Bearer $API_KEY" \

-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"chat_with_llm","arguments":{"message":"Hello","provider":"openai","model":"gpt-4"}}}' \

https://cereb.run/mcp

Tools Reference

See REFERENCES.md for complete API documentation.

Script Usage

scripts/cerebrun.py get_context --layer 0 --api-key YOUR_KEY
scripts/cerebrun.py search_context --query "project" --api-key YOUR_KEY
scripts/cerebrun.py push_knowledge --content "New idea" --category "todo" --api-key YOUR_KEY

Configuration

Store API key in environment: CEREBRUN_API_KEY or pass via --api-key

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-03-29 16:56 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,390 📥 321,801
ai-agent

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,093 📥 821,134
ai-agent

Agent Browser

rez0
用于 AI 代理的浏览器自动化 CLI。当用户需要与网站交互(包括浏览页面、填写表单、点击按钮、截图等)时使用。
★ 831 📥 292,639