Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Stochastic Thinking

FreeNot checked

MCP server providing probabilistic reasoning and stochastic thinking tools for AI agents.

GitHubEmbed

About

MCP server providing probabilistic reasoning and stochastic thinking tools for AI agents.

README

Stars License: MIT smithery badge

Live: https://stochastic-thinking-mcp-server.oriz.in

MCP server providing stochastic algorithms and probabilistic decision-making tools for AI agents. Extends sequential thinking with advanced mathematical models so agents escape local optima and explore alternative solution paths.

Algorithms

Algorithm Use case
MDP — Markov Decision Processes Sequential decisions with defined rewards
MCTS — Monte Carlo Tree Search Game/strategy planning over large decision spaces
Multi-Armed Bandit A/B testing, resource allocation, online learning
Bayesian Optimization Hyperparameter tuning, expensive function optimization
HMM — Hidden Markov Models Time series, pattern recognition, state inference

Installation

npx -y @smithery/cli install @chirag127/stochastic-thinking-mcp-server --client claude

Or manually:

git clone https://github.com/chirag127/Stochastic-Thinking-MCP-Server.git
cd Stochastic-Thinking-MCP-Server
npm install
npm start

Usage

Single tool stochasticalgorithm:

{
  "algorithm": "mdp",
  "problem": "Optimize route selection for delivery vehicles",
  "parameters": {
    "states": 10,
    "gamma": 0.95,
    "learningRate": 0.1
  }
}

Supported algorithm values: mdp, mcts, bandit, bayesian, hmm.

License

MIT — Chirag Singhal (chirag127)

from github.com/chirag127/Stochastic-Thinking-MCP-Server

Installing Stochastic Thinking

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/chirag127/Stochastic-Thinking-MCP-Server

FAQ

Is Stochastic Thinking MCP free?

Yes, Stochastic Thinking MCP is free — one-click install via Unyly at no cost.

Does Stochastic Thinking need an API key?

No, Stochastic Thinking runs without API keys or environment variables.

Is Stochastic Thinking hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Stochastic Thinking in Claude Desktop, Claude Code or Cursor?

Open Stochastic Thinking on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Stochastic Thinking with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs