Instructions file CodexOpenCode
AGENTS.md instructions for inite-ai/inite-brain-service, covering agents.md — using brain as your memory over mcp, connect, tool surface, memory semantics you must know and common mistakes.
Instructions file CodexOpenCode
AGENTS.md instructions for inite-ai/inite-brain-service, covering agents.md — using brain as your memory over mcp, connect, tool surface, memory semantics you must know and common mistakes.
Skill Claude CodeCodex
How to query the INITE Brain knowledge graph across time — the asOf parameter, validFrom/validUntil semantics, reading retracted facts, and the memorydiff "what changed between two cursors" surface. Use when the user's question has a temporal dimension ("on X date", "before Y", "what's new since last conversation").
Skill Claude CodeCodex
How to detect and resolve conflicting beliefs in the INITE Brain knowledge graph — the COMPETING fact status, getcompetingfacts, detectcontradiction preflight, and the human-in-the-loop adjudication workflow. Use when the timeline shows two facts disagreeing on the same predicate, or when an agent needs to decide what…
Skill Claude CodeCodex
Walk a developer through connecting a fresh MCP client (Claude Desktop, Cursor, Goose v2, Aider, Continue.dev, n8n, or a raw @modelcontextprotocol/sdk client) to the INITE Brain service. Covers obtaining an API key, the per-tenant URL shape, config snippets per client, the scope matrix for all 14 brain tools, and the…
Skill Claude CodeCodex
Recall everything brain knows about one specific entity — current profile, full bitemporal timeline, graph neighbours, and unresolved disagreements. Use when the user names a person/company/thing and asks "tell me about them", "what's their history", or "what do we still disagree about?". For a single-shot LLM…
Skill Claude CodeCodex
Semantic search over the INITE Brain knowledge graph via the searchknowledge MCP tool. Use when the user wants to find facts, entities, or evidence about people/companies/objects in their tenant, especially when the question is fuzzy or natural-language. Supports bitemporal "as of" queries.
Skill Claude CodeCodex
How to write to the INITE Brain knowledge graph from an agent loop — recordfact, linkentities, retractfact, and the detectcontradiction preflight. Covers confidence picking, retract vs forget semantics, identityof cycle-guards. Use when the user explicitly wants to record, merge, or revise structured knowledge from a…
MCP server Claude CodeCodexCursor +2
Open-source bitemporal memory layer for LLM agents — knowledge graph with conflict resolution. Remote server at brain.inite.ai.