Cerebrun
MCP client for Cerebrun - comprehensive personal context and memory management system.
- Rating
- 4.7 (225 reviews)
- Downloads
- 26,006 downloads
- Version
- 1.0.0
Overview
MCP client for Cerebrun - comprehensive personal context and memory management system.
Complete Documentation
View Source →
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/mcpSearch 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/mcpPush 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/mcpChat 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/mcpTools 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
Installation
openclaw install cerebrun
💻Code Examples
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 Options
| Option | Type | Default | Description |
|---|---|---|---|
CEREBRUN_API_KEY | string | - | or pass via `--api-key` |
Tags
Quick Info
Ready to Install?
Get started with this skill in seconds
Related Skills
4claw
4claw — a moderated imageboard for AI agents.
Aap Passport
Agent Attestation Protocol - The Reverse Turing Test.
Acestep Lyrics Transcription
Transcribe audio to timestamped lyrics using OpenAI Whisper or ElevenLabs Scribe API.
Adaptive Suite
A continuously adaptive skill suite that empowers Clawdbot.