ai.odei/connect
ai.odei/connectGoverned personal world model and memory for your AI agent. Pair once, connect over MCP.
Tools · 7
Verify an app.odei.ai pairing code and open an ODEI Connect session.
Return current ODEI Connect ceremony progress.
Return the ordered local ODEI install plan and reporting contract.
Record evidence that a Connect ceremony step has completed.
Answer from ODEI Connect session state without invoking a model API.
Write one fact to your operator memory in ODEI — the World Model grows from it. Server-side (ODEI-hosted) memory for the paired operator; not the local world-model capsule.
Read facts back from your ODEI-hosted operator memory. Simple substring + recency match (v1) — no semantic search yet.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"ai.odei/connect": {
"url": "https://api.odei.ai/mcp",
"transport": "streamable-http"
}
}
}