brainctl
Persistent cross-session memory, knowledge graph, and event logging
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install brainctl?โผ
Run `npx skills add TSchonleber/brainctl --all -g -y` in your terminal to install all skills in this suite globally.
How to give an agent persistent memory?โผ
brainctl stores facts, decisions, and events in one local SQLite file that persists across sessions, so the agent recalls past context without any server or API keys.
Does brainctl work with Claude Code and Cursor?โผ
Yes. It ships an MCP server with 100 tools plus first-party plugins for Claude Code, Cursor, Codex, Gemini CLI, OpenClaw, and other frameworks.
Does brainctl require an LLM or API keys?โผ
No. It is pure Python and SQLite with zero LLM dependencies; optional extras add vector search via local Ollama embeddings.
Can brainctl search past decisions and entities?โผ
Yes. It offers full-text search, optional vector similarity, and a typed knowledge graph linking people, projects, tools, and concepts.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core