Open-Brain inspired by Nate B Jones - Personal AI memory system -- CLI, MCP server, Slack bot, and web dashboard
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"open-brain": {
"command": "npx",
"args": [
"-y",
"dagonet/open-brain"
]
}
}
}
Run in terminal:
claude mcp add open-brain npx -y dagonet/open-brain
Add to .cursor/mcp.json:
{
"mcpServers": {
"open-brain": {
"command": "npx",
"args": [
"-y",
"dagonet/open-brain"
]
}
}
}