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
by PewterZz
167
Project Details
- PewterZz/sequential-thinking-mcp
- Last Updated: 5/28/2025
Recomended MCP Servers
Moondream
tiny vision language model
Server Replicate
Trello MCP Server by CData
This read-only MCP Server allows you to connect to Trello data from Claude Desktop through CData JDBC Drivers....
Cloudflare
Remote MCP Server
This is a quickstart template to easily build and deploy a custom remote MCP server to the cloud...
🧩
AB-Testing Dataset
Company X has recently introduced a new type of bidding, average bidding, as an alternative to the current...
🧩
MCP Server Starter
🧩
Coin MCP Server
Trino MCP Server
MCP Server for Trino
🧩
APS MCP Server
Experimental Model Context Protocol server providing access to Autodesk Platform Services API.
🧩
Second Opinion
CVE-Search Server
A Model Context Protocol (MCP) server for querying the CVE-Search API





