Stochastic Thinking
FreeNot checkedMCP server providing probabilistic reasoning and stochastic thinking tools for AI agents.
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)
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-ServerFAQ
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
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare 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
