ENDPOINT 1
https://api.odei.ai/mcp
MCP server metadata
- Name
- odei-connect-gateway
- Version
- 0.1.0
Pair first with a fresh app.odei.ai/profile pairing code by calling odei_connect_handshake. Without a verified session only handshake is available.
Known tools 7
odei_connect_planReturn the ordered local ODEI install plan and reporting contract.
Inferred read-onlyodei_connect_report_stepRecord evidence that a Connect ceremony step has completed.
Inferred read-onlyodei_connect_talkAnswer from ODEI Connect session state without invoking a model API.
Inferred read-onlywm_rememberWrite one fact to your operator memory in ODEI — the World Model grows from it.
Potential side effectsCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for odei.ai was fetched 2026-08-03T17:45:32.652Z and is being refreshed.
odei.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.