Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Stochastic Thinking

БесплатноНе проверен

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

GitHubEmbed

Описание

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

Установка Stochastic Thinking

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

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

FAQ

Stochastic Thinking MCP бесплатный?

Да, Stochastic Thinking MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Stochastic Thinking?

Нет, Stochastic Thinking работает без API-ключей и переменных окружения.

Stochastic Thinking — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Stochastic Thinking в Claude Desktop, Claude Code или Cursor?

Открой Stochastic Thinking на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Stochastic Thinking with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai