ITL.BrainCell.Mcp

ITlusions/ITL.BrainCell.Mcp
★ 0 stars Python AI/LLM Updated today
BrainCell MCP Server — Model Context Protocol interface for exposing memory cells and semantic search to Copilot and Claude
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": {
    "itl.braincell.mcp": {
      "command": "uvx",
      "args": [
        "itl.braincell.mcp"
      ]
    }
  }
}

Or install with pip: pip install itl.braincell.mcp

Topics

ai-agentsbraincellcopilotdockermcpmemorymodel-context-protocolpython