ODEI MCP Server
Supports UIby odei-ai
Access a constitutional world model with 18,000+ nodes for governed retrieval and safety guardrails.
What it does
Provides AI clients with access to the ODEI constitutional world model, a massive knowledge graph designed for structured context, governed retrieval, and explicit policy checks before action.
Tools
odei_world_model_query: Query the world model using structured or free-text intent.odei_guardrail_check: Evaluate an action against ODEI guardrails before execution.odei_world_model_signal: Score claims and signals against known context.odei_smart_contract_audit: Run a graph-informed audit workflow for onchain artifacts.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"odei": {
"command": "node",
"args": ["/absolute/path/to/mcp-odei/dist/index.js"],
"env": {
"ODEI_API_KEY": "your-key"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
npm install @odei/mcp-serverInformation
- Pricing
- freemium
- Published
- 4/12/2026
- stars







