Pete Thinking MCP Server
Quick Start
Local Setup
- Clone the repository.
- Install dependencies:
npm install - Start the server:
npm start
Docker Setup
- Build the Docker image:
docker build -t sequential-thinking-mcp . - Run the Docker container:
docker run -p 3000:3000 sequential-thinking-mcp
Environment Variables
- Copy
.env.exampleto.envand set your API keys.
Example CURL Calls
List Tools
curl -X POST http://localhost:3000/api/mcp -H "Content-Type: application/json" -d '{ "jsonrpc": "2.0", "method": "tools/list", "id": 1 }'
Call Tool
curl -X POST http://localhost:3000/api/mcp -H "Content-Type: application/json" -d '{ "jsonrpc": "2.0", "method": "tools/call", "params": { "toolName": "dynamic_thought_branching", "thought": "Example thought", "branch_id": "1234", "confidence_score": 0.9 }, "id": 1 }'
Pete Thinking Server
Project Details
- PewterZz/sequential-thinking-mcp
- Last Updated: 5/28/2025
Recomended MCP Servers
Manage your twitter account using mcp
Seamlessly integrate AI agents with Chargebee using AgentKit for smarter billing and subscription workflows.
一个入门的MCP Client和MCP Server交互
A full implementation of Ethers as an AI tool for the model context protocol
MCP server for interacting with the iOS simulator
Query MCP enables end-to-end management of Supabase via chat interface: read & write query executions, management API support,...
Monitor browser logs directly from Cursor and other MCP compatible IDEs.
A Model Context Protocol (MCP) server with Strava OAuth integration, built on Cloudflare Workers. Enables secure authentication and...
Web search using free google search (NO API KEYS REQUIRED)
A MCP server to search for accurate academic articles.





