Skip to main content
Glama

Stochastic Thinking MCP Server

by chirag127
Dockerfile455 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/build/project-config FROM node:lts-alpine # Create app directory WORKDIR /app # Copy package.json and lockfile COPY package.json package-lock.json ./ # Install dependencies (including dev for source start) RUN npm install --ignore-scripts # Copy source COPY . . # Expose port for practices (stdio use) EXPOSE 8080 # Default command (overridden by MCP start) CMD ["node", "index.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