Skip to main content
Glama

Stochastic Thinking MCP Server

by chirag127
package.json950 B
{ "name": "stochastic-thinking-mcp-server", "version": "0.1.0", "description": "A Model Context Protocol (MCP) server that provides stochastic algorithms and probabilistic decision-making capabilities", "main": "index.js", "type": "module", "scripts": { "start": "node index.js", "test": "node test.js", "build": "npm run build:clean && npm run build:bundle", "build:clean": "rimraf dist", "build:bundle": "esbuild index.js --bundle --platform=node --target=node18 --outfile=dist/stochastic-thinking-mcp-server.js" }, "keywords": [ "mcp", "model-context-protocol", "stochastic", "algorithms", "decision-making" ], "author": "Chirag Singhal (chirag127)", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.11.4" }, "devDependencies": { "esbuild": "^0.20.2", "rimraf": "^5.0.10" }, "bin": { "stochastic-thinking-mcp-server": "./dist/cli.js" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/chirag127/Stochastic-Thinking-MCP-Server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server