feat: add mcp-servers/**
This commit is contained in:
24
mcp-servers/sequentialthinking/README.md
Normal file
24
mcp-servers/sequentialthinking/README.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# Sequential Thinking MCP Server
|
||||
|
||||
Sequential Thinking MCP Server provides structured reasoning and step-by-step thinking capabilities through the Model Context Protocol.
|
||||
|
||||
## Features
|
||||
|
||||
- 🧠 **Sequential Reasoning** - Perform step-by-step reasoning
|
||||
- 💭 **Thought Tracking** - Track and manage thoughts
|
||||
- 📝 **Structured Analysis** - Structured problem analysis
|
||||
- 🔄 **Iterative Refinement** - Refine solutions iteratively
|
||||
|
||||
## Environment Variables
|
||||
|
||||
| Variable | Default | Description |
|
||||
| -------------------------------------- | -------- | ------------------------------------- |
|
||||
| `MCP_SEQUENTIALTHINKING_VERSION` | `latest` | MCP Sequential Thinking image version |
|
||||
| `MCP_SEQUENTIALTHINKING_PORT_OVERRIDE` | `8000` | MCP service port |
|
||||
| `TZ` | `UTC` | Timezone |
|
||||
|
||||
## Quick Start
|
||||
|
||||
```bash
|
||||
docker compose up -d
|
||||
```
|
||||
Reference in New Issue
Block a user