Skip to content
Back to search
100
MCP v0.1.0 streamable-http

ai.odei/connect

ai.odei/connect

Governed personal world model and memory for your AI agent. Pair once, connect over MCP.

Uptime
0.0%
2 direct probes · 30d
Response
607ms
last probe
Tools
7
callable
Resources
0
readable
Prompts
0
available

Tools · 7

odei_connect_handshake

Verify an app.odei.ai pairing code and open an ODEI Connect session.

odei_connect_status

Return current ODEI Connect ceremony progress.

odei_connect_plan

Return the ordered local ODEI install plan and reporting contract.

odei_connect_report_step

Record evidence that a Connect ceremony step has completed.

odei_connect_talk

Answer from ODEI Connect session state without invoking a model API.

wm_remember

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.

wm_recall

Read facts back from your ODEI-hosted operator memory. Simple substring + recency match (v1) — no semantic search yet.

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"
    }
  }
}