MCP Server
MCP
Inite Brain
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
By
Comments
Sign in to leave a comment