Sequential Thinking MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Sequential Thinking MCP ServerWalk me through solving a logic puzzle step by step."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Sequential Thinking MCP Server
This repository contains a Model Context Protocol (MCP) server that provides a sequentialthinking tool. The tool facilitates dynamic and reflective problem-solving through a chain of thoughts, allowing AI agents to break down complex problems, revise past thoughts, and explore branches of logic before arriving at a conclusion.
This project is configured to run in two modes:
Stdio: Standard MCP transport for local IDE and CLI integrations.
Server-Sent Events (SSE): Deployed as a secure, remote HTTP gateway on Google Cloud Run.
Local Development
Install dependencies and build the TypeScript code:
npm install
npm run buildTo run the Stdio server locally:
node dist/index.jsRelated MCP server: Visum Thinker MCP Server
Cloud Run Deployment (SSE Gateway)
This project can be easily cloned and deployed to any Google Cloud account or project. This allows anyone to host their own secure, remote Sequential Thinking MCP server.
Prerequisites
Install the Google Cloud CLI (
gcloud).Authenticate with your Google account:
gcloud auth loginSet your active Google Cloud Project (ensure billing is enabled):
gcloud config set project YOUR_PROJECT_IDEnable the required APIs for your project:
gcloud services enable run.googleapis.com cloudbuild.googleapis.com
Deploying
Once authenticated, you can deploy the service using the provided Makefile:
make deployWhat this does:
Packages the application and builds a Docker container using the provided
Dockerfile.Generates a secure, random
MCP_API_KEY(if one is not already provided).Deploys the container to Google Cloud Run (default region:
us-central1).Outputs the Service URL and your secure API key.
Client Configuration
Once deployed, you can configure your MCP client (Cursor, Hermes, Antigravity, Claude Desktop, etc.) to connect to the SSE gateway.
Provide your client with:
URL:
<YOUR_CLOUD_RUN_URL>/sseHeaders:
Authorization: Bearer <YOUR_MCP_API_KEY>
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/coachgruden/sequential-thinking-mcp-sse'
If you have feedback or need assistance with the MCP directory API, please join our Discord server