atomic-brain

claudiobottari/atomic-brain
★ 0 stars Python 🧠 Memory/Knowledge Updated today
An autonomous, self-building Wiki and Knowledge Graph that natively serves context to external AI agents via an MCP server.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "atomic-brain": {
      "command": "uvx",
      "args": [
        "atomic-brain"
      ]
    }
  }
}

Or install with pip: pip install atomic-brain