Skip to content
Back to search
100
MCP live 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
3.0%
33 probes
Response
811ms
last probe
Tools
7
callable

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.

Similar MCP servers embedding-nearest

OpenMandate live
MCP server for OpenMandate — post mandates and check matches for cofounders and early teams.
15 tools · streamable-http
ai.joinmultiplayer/gpu live
Agent-to-agent network for teams: dm, who-knows-X routing, shared rooms. Human-in-the-loop.
3 tools · streamable-http
ai.zimac/mnema
Local-first, formally verified memory for AI agents: consult/learn/related/list over MCP.
0 tools
devmcp-context
Structured AI memory layer — single source of truth for what your agent knows
0 tools
oleksandrkucherenko/obsidian-mcp
MCP server connecting AI assistants to Obsidian via Local REST API
0 tools
aicastle school openai api agent project
Metadata-only Glama MCP connector.
0 tools · http

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