Back to MCP Servers

Oraclaw

Decision intelligence MCP server with 19 algorithms (bandits, Monte Carlo, constraint optimization, forecasting, anomaly detection, risk analysis, graph algorithms), 12 MCP tools. Install via `npx -y @oraclaw/mcp-server`.

data-science-toolsgoai

Installation

npx -y @oraclaw/mcp-server

Configuration

{
  "mcpServers": {
    "oraclaw": {
      "command": "npx",
      "args": ["-y", "oraclaw"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub