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-serverConfiguration
{
"mcpServers": {
"oraclaw": {
"command": "npx",
"args": ["-y", "oraclaw"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes