MCP server providing probabilistic reasoning and stochastic thinking tools for AI agents.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"stochastic-thinking-": {
"command": "npx",
"args": [
"-y",
"chirag127/Stochastic-Thinking-MCP-Server"
]
}
}
}
Run in terminal:
claude mcp add stochastic-thinking- npx -y chirag127/Stochastic-Thinking-MCP-Server
Add to .cursor/mcp.json:
{
"mcpServers": {
"stochastic-thinking-": {
"command": "npx",
"args": [
"-y",
"chirag127/Stochastic-Thinking-MCP-Server"
]
}
}
}