Brain Core
Freeby MCP Community
Shared core infrastructure for the Brain ecosystem — IPC, MCP, CLI, DB connection, and utilities
v2.36.111Added Apr 12, 2026
mcpmcp-servermodel-context-protocolclaudeclaude-code
Brain Core MCP Server
Shared core infrastructure for the Brain ecosystem — IPC, MCP, CLI, DB connection, and utilities
Installation
Reviews
Installation
Quick install
npx -y @timmeck/brain-core
Add to claude_desktop_config.json
{
"mcpServers": {
"brain-core": {
"command": "npx",
"args": ["-y", "@timmeck/brain-core"]
}
}
}