← Back to Plugins
MCP Server MCP

Inite Brain

github By github 👁 1 views ▲ 0 votes

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

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://brain.inite.ai/mcp/{companyId}",
      "headers": [
        {
          "description": "Bearer <API_KEY> — issued from the brain.inite.ai dashboard. Scoped to read / write / admin.",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ],
      "variables": {
        "companyId": {
          "description": "Tenant identifier issued at signup — scopes the memory graph to your company.",
          "isRequired": true
        }
      }
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...