second-brain

stancsz/second-brain
★ 1 stars Python AI/LLM Updated today
Own your AI memory, don't rent it. A native Claude Code skill AND a standalone, zero-dependency MCP server over one local SQLite file. git clone and go — full-text knowledge graph, plain-markdown, you own the data.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

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

Or install with pip: pip install second-brain

Topics

agent-memoryagentsai-memoryclaudeclaude-codeclaude-skillknowledge-graphllmlocal-firstmcpmcp-servermemorymodel-context-protocolnote-takingpersonal-knowledge-management