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
159
Project Details
- PewterZz/sequential-thinking-mcp
- Last Updated: 5/28/2025
Recomended MCP Servers
Make MCP Server
Make MCP Server
Memory Bank Server
A Model Context Protocol (MCP) server implementation for remote memory bank management, inspired by Cline Memory Bank.
VirusTotal Server
A Model Context Protocol (MCP) server for querying the VirusTotal API.
🧩
GitHub中文排行榜
:cn: GitHub中文排行榜,各语言分设「软件 | 资料」榜单,精准定位中文好项目。各取所需,高效学习。
🧩
Smithery MCP Server
Next.js MCP Server
🧩
OpenAPI to Model Context Protocol (MCP)
The OpenAPI-MCP proxy translates OpenAPI specs into MCP tools, enabling AI agents to access external APIs without custom...
🧩
Teams Messenger Integration Server
Dify Plugin
Dify 1.0 Plugin Convert your Dify tools's API to MCP compatible API
GitHub Enterprise Integration Server
github-enterprise-mcp
🧩
Bash MCP
Excel Online MCP Server by CData
This read-only MCP Server allows you to connect to Excel Online data from Claude Desktop through CData JDBC...





