← Index

io.github.Whatsonyourmind/oraclaw

io.github.Whatsonyourmind/oraclaw·v1.4.1·Other
Quality Score
85
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "oraclaw": {
      "command": "npx",
      "args": [
        "-y",
        "@oraclaw/mcp-server"
      ],
      "env": {
        "ORACLAW_API_KEY": "<your-oraclaw_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "oraclaw": {
      "command": "npx",
      "args": [
        "-y",
        "@oraclaw/mcp-server"
      ],
      "env": {
        "ORACLAW_API_KEY": "<your-oraclaw_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @oraclaw/mcp-server
§02  Environment variables
ORACLAW_API_KEY
secret

Optional API key for premium tools (CMA-ES, LP/MIP solver, graph analytics, risk VaR/CVaR, forecasting, anomaly detection). Free tier (11 tools) works without it.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other