ITL.Braincell

ITlusions/ITL.Braincell
★ 0 stars Python 🗄️ Database Updated 1d ago
Centralized memory platform for AI agents — REST API, MCP server, PostgreSQL, Weaviate vector search, and Redis cache for semantic context management
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": {
    "itl.braincell": {
      "command": "uvx",
      "args": [
        "itl.braincell"
      ]
    }
  }
}

Or install with pip: pip install itl.braincell

README Excerpt

A centralized memory system for Copilot that combines PostgreSQL, Weaviate vector database, and JSON storage for semantic search and context management. ```mermaid graph TD C(["Clients<br/>Copilot · Claude · Users"]) C -->|"HTTP REST"| API C -->|"HTTP browser"| DASH C -->|"MCP Protocol"| MCP subgraph app["Application Layer"]

Topics

ai-agentscopilotdockerfastapimcpmemorypostgresqlpythonredisvector-searchweaviate