Connect Claude Desktop to ODEI's constitutional world model.
npm install -g @odei/mcp-serverOr use npx (no install needed):
npx @odei/mcp-serverEdit ~/.claude/mcp.json:
{
"mcpServers": {
"odei": {
"command": "npx",
"args": ["@odei/mcp-server"],
"env": {
"ODEI_API_KEY": "your-key"
}
}
}
}Register at https://api.odei.ai/integrate/
After setup, you can use in Claude:
Query the ODEI knowledge graph.
What are the current strategic goals in the world model?
Should I approve this action: transfer 500 USDC to 0x...?
Get a trust score for AgentX.
Also available directly on Virtuals Protocol ACP:
- Agent: #3082
- URL: https://app.virtuals.io/acp/agent-details/3082
- Services from $0.05/call
MCP Server: https://github.com/odei-ai/mcp-odei