Skip to content
Claude Desktop

Inite Brain for Claude Desktop

io.github.inite-ai/inite-brain-service

Open-source bitemporal memory layer for LLM agents — knowledge graph with conflict resolution.

client:Claude Desktop transport:streamable-http

Install Inite Brain in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "inite-brain-service": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://brain.inite.ai/mcp/{companyId}"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Inite Brain in other clients