INDIVIDUAL MCP TOOL
wm_remember
Write one fact to your operator memory in ODEI — the World Model grows from it.
LIVE ENDPOINT
https://api.odei.ai/mcp
Connect to this endpoint to inspect the live schema for wm_remember and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.odei-connect-gateway]
url = "https://api.odei.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"odei-connect-gateway": {
"type": "http",
"url": "https://api.odei.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: odei-connect-gateway
Remote MCP URL: https://api.odei.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"odei-connect-gateway": {
"url": "https://api.odei.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"odei-connect-gateway": {
"type": "http",
"url": "https://api.odei.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "odei-connect-gateway",
"transport": "streamable-http",
"url": "https://api.odei.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
odei_connect_handshake— Verify an app.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_recall— Read facts back from your ODEI-hosted operator memory.