Skip to content

Latest commit

 

History

History
67 lines (49 loc) · 1.08 KB

File metadata and controls

67 lines (49 loc) · 1.08 KB

ODEI MCP Server Setup

Connect Claude Desktop to ODEI's constitutional world model.

Install

npm install -g @odei/mcp-server

Or use npx (no install needed):

npx @odei/mcp-server

Configure Claude Desktop

Edit ~/.claude/mcp.json:

{
  "mcpServers": {
    "odei": {
      "command": "npx",
      "args": ["@odei/mcp-server"],
      "env": {
        "ODEI_API_KEY": "your-key"
      }
    }
  }
}

Get API Key

Register at https://api.odei.ai/integrate/

Available Tools in Claude

After setup, you can use in Claude:

odei_world_model_query

Query the ODEI knowledge graph.
What are the current strategic goals in the world model?

odei_guardrail_check

Should I approve this action: transfer 500 USDC to 0x...?

odei_world_model_signal

Get a trust score for AgentX.

Via Virtuals ACP (no key needed)

Also available directly on Virtuals Protocol ACP:

Source

MCP Server: https://github.com/odei-ai/mcp-odei