second_brain

Oceankj/second_brain
★ 0 stars Python AI/LLM Updated 3d ago
An MCP memory server enabling AI agents to share persistent context across model providers.
View on GitHub → 🔍 Audit Wallet Slippage →

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

README Excerpt

Personal Agent Memory MCP is a provider-independent memory layer for AI assistants. It gives different agents and model providers a shared place to read and write persistent context. It is not meant to run the full agent loop, make general tool-use decisions, or replace the short-term conversation state managed by an outer runtime such as

Tools (5)

diaryget_contextingest_turnnoteprofile_memory