loading…
Search for a command to run...
loading…
Provides access to ODEI's constitutional knowledge graph, AI safety guardrails, and EVM smart contract auditing tools. It enables users to query structured doma
Provides access to ODEI's constitutional knowledge graph, AI safety guardrails, and EVM smart contract auditing tools. It enables users to query structured domain nodes, validate agent actions, and perform security audits directly through an MCP client.
MCP access to ODEI world model queries, guardrails, and governed retrieval.
ODEI exposes a constitutional world model through the Model Context Protocol so AI clients can work with structured context instead of raw chat history.
This server gives MCP-compatible tools access to:
Live System Status
Metric Value Graph nodes (production) 21,698+ Public projection 21,654 nodes Node types 91 Relationship types 36 Domains 7 Daemons healthy 18/19 Grok x ODEI exchanges 11,162 Insights shipped to code 25 Public graph as of 2026-04-26 22:41 UTC Latest signal ShadowExecution nodes as multi-surface telemetry primitives Auto-updated 3x/day · 2026-04-26 23:58 UTC
Most agent clients can call tools, but they still lack:
@odei/mcp-server connects those clients to ODEI's governed architecture.
git clone https://github.com/odei-ai/mcp-odei.git
cd mcp-odei
npm install
npm run build
node dist/index.js
{
"mcpServers": {
"odei": {
"command": "node",
"args": ["/absolute/path/to/mcp-odei/dist/index.js"],
"env": {
"ODEI_API_KEY": "your-key"
}
}
}
}
| Tool | Purpose |
|---|---|
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 |
Ask your MCP client:
What are the currently active strategic objectives?
The server routes that request through ODEI's retrieval and policy surfaces instead of relying on an empty session window.
Authenticated endpoints use:
X-Api-Key: <your key>
Public projection surfaces may be used for lighter, unauthenticated flows depending on configuration.
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"odei-mcp-server": {
"command": "npx",
"args": []
}
}
}