HomeKnowledge & Memory › Inite Brain

Inite Brain

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

TypeScript Remote
★ 40 stars Last pushed 2026-09-24 License: AGPL-3.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://brain.inite.ai/mcp/{companyId}

Claude Code:

claude mcp add --transport http inite-brain-service https://brain.inite.ai/mcp/{companyId} --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "inite-brain-service": {
      "url": "https://brain.inite.ai/mcp/{companyId}",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization required secret — Bearer <API_KEY> — issued from the brain.inite.ai dashboard. Scoped to read / write / admin.

Related servers

Data from the Official MCP Registry