From a282e60f89660e52ad0d8ee40d43e493aad422ee Mon Sep 17 00:00:00 2001 From: Luka Stanisljevic Date: Thu, 2 Apr 2026 00:14:28 +0200 Subject: [PATCH 1/2] Add OraClaw decision intelligence MCP server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fd65f65f..b280c7f3 100644 --- a/README.md +++ b/README.md @@ -990,6 +990,7 @@ Integrations and tools designed to simplify data exploration, analysis and enhan - [kdqed/zaturn](https://github.com/kdqed/zaturn) 🐍 🏠 🪟 🐧 🍎 - Link multiple data sources (SQL, CSV, Parquet, etc.) and ask AI to analyze the data for insights and visualizations. - [mckinsey/vizro-mcp](https://github.com/mckinsey/vizro/tree/main/vizro-mcp) 🎖️ 🐍 🏠 - Tools and templates to create validated and maintainable data charts and dashboards. - [optuna/optuna-mcp](https://github.com/optuna/optuna-mcp) 🎖️ 🐍 🏠 🐧 🍎 - Official MCP server enabling seamless orchestration of hyperparameter search and other optimization tasks with [Optuna](https://optuna.org/). +- [Whatsonyourmind/oraclaw](https://github.com/Whatsonyourmind/oraclaw) 📇 ☁️ 🏠 🍎 🪟 🐧 - Decision intelligence MCP server with 19 algorithms (bandits, Monte Carlo simulation, constraint optimization, forecasting, anomaly detection, risk analysis, graph algorithms), 12 MCP tools, sub-25ms response time. Install via `npx -y @oraclaw/mcp-server`. - [phisanti/MCPR](https://github.com/phisanti/MCPR) 🏠 🍎 🪟 🐧 - Model Context Protocol for R: enables AI agents to participate in interactive live R sessions. - [phuongrealmax/code-guardian](https://github.com/phuongrealmax/code-guardian) 📇 🏠 - AI-powered code refactor engine with 80+ MCP tools for code analysis, hotspot detection, complexity metrics, persistent memory, and automated refactoring plans. - [pramod/kaggle](https://github.com/KrishnaPramodParupudi/kaggle-mcp-server) 🐍 - This Kaggle MCP Server makes Kaggle more accessible by letting you browse competitions, leaderboards, models, datasets, and kernels directly within MCP, streamlining discovery for data scientists and developers. From 408c15d61cdbaeffa2d3753f32b1058416a59e1d Mon Sep 17 00:00:00 2001 From: Luka Stanisljevic Date: Thu, 2 Apr 2026 08:03:17 +0200 Subject: [PATCH 2/2] fix: add Glama score badge and remove unqualified claims Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b280c7f3..a61cabad 100644 --- a/README.md +++ b/README.md @@ -990,7 +990,7 @@ Integrations and tools designed to simplify data exploration, analysis and enhan - [kdqed/zaturn](https://github.com/kdqed/zaturn) 🐍 🏠 🪟 🐧 🍎 - Link multiple data sources (SQL, CSV, Parquet, etc.) and ask AI to analyze the data for insights and visualizations. - [mckinsey/vizro-mcp](https://github.com/mckinsey/vizro/tree/main/vizro-mcp) 🎖️ 🐍 🏠 - Tools and templates to create validated and maintainable data charts and dashboards. - [optuna/optuna-mcp](https://github.com/optuna/optuna-mcp) 🎖️ 🐍 🏠 🐧 🍎 - Official MCP server enabling seamless orchestration of hyperparameter search and other optimization tasks with [Optuna](https://optuna.org/). -- [Whatsonyourmind/oraclaw](https://github.com/Whatsonyourmind/oraclaw) 📇 ☁️ 🏠 🍎 🪟 🐧 - Decision intelligence MCP server with 19 algorithms (bandits, Monte Carlo simulation, constraint optimization, forecasting, anomaly detection, risk analysis, graph algorithms), 12 MCP tools, sub-25ms response time. Install via `npx -y @oraclaw/mcp-server`. +- [Whatsonyourmind/oraclaw](https://github.com/Whatsonyourmind/oraclaw) [![Whatsonyourmind/oraclaw MCP server](https://glama.ai/mcp/servers/Whatsonyourmind/oraclaw/badges/score.svg)](https://glama.ai/mcp/servers/Whatsonyourmind/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`. - [phisanti/MCPR](https://github.com/phisanti/MCPR) 🏠 🍎 🪟 🐧 - Model Context Protocol for R: enables AI agents to participate in interactive live R sessions. - [phuongrealmax/code-guardian](https://github.com/phuongrealmax/code-guardian) 📇 🏠 - AI-powered code refactor engine with 80+ MCP tools for code analysis, hotspot detection, complexity metrics, persistent memory, and automated refactoring plans. - [pramod/kaggle](https://github.com/KrishnaPramodParupudi/kaggle-mcp-server) 🐍 - This Kaggle MCP Server makes Kaggle more accessible by letting you browse competitions, leaderboards, models, datasets, and kernels directly within MCP, streamlining discovery for data scientists and developers.