Mcp Thinking
@VitalyMalakanov
关于 Mcp Thinking
A powerful Model Context Protocol (MCP) server that enhances Large Language Models (LLMs) with advanced sequential thinking capabilities. Built on the Model Context Protocol standard, this server enables AI agents to perform structured reasoning and execute complex cognitive task
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"thinking": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-p",
"8000:8000",
"-e",
"LANG=en_US.UTF-8",
"-v",
"${PWD}:/app",
"mcp-thinking"
],
"env": {
"LANG": "en_US.UTF-8",
"MCP_SERVER_PORT": "8000",
"MCP_SERVER_HOST": "0.0.0.0"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Mcp Thinking?
Mcp Thinking is an MCP server that provides advanced thinking capabilities with 19 distinct thinking modes, tree-structured thoughts, metacognitive analysis, logical consistency checking, and session management features. It is designed for users who need structured, multi-session reasoning and quality analysis.
How to use Mcp Thinking?
—
Key features of Mcp Thinking
- 19 distinct thinking modes
- Tree-structured thought organization
- Metacognitive analysis capability
- Logical consistency checking
- Multi-session management with UUID
- Cognitive bias detection
Use cases of Mcp Thinking
—
FAQ from Mcp Thinking
—
其他 分类下的更多 MCP 服务器
ICSS
chokcoco不止于 CSS
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
评论