Odel
oraclaw

oraclaw

Local
@whatsonyourmind13TypeScriptMITUpdated Today

Decision intelligence MCP — 17 tools (optimize, simulate, predict, score, graph). Sub-25ms.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@oraclaw/mcp-serverv1.5.1

Run

npx -y @oraclaw/mcp-server

MCP client config

{
  "mcpServers": {
    "oraclaw": {
      "command": "npx",
      "args": [
        "-y",
        "@oraclaw/mcp-server"
      ]
    }
  }
}