sequentialthinking/mcp-server
3.1
If you are the rightful owner of mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The Model Context Protocol (MCP) server for sequential thinking is designed to facilitate structured and logical processing of tasks and data, enhancing the capabilities of applications that require sequential logic.
mcp-server
Steps to set-up your sequential thinking MCP
(1) Clone the repository
(2) Create a .vscode/mcp.json in your workspace
(3) Add the following json in your .vscode/mcp.json:
{
"servers": {
"sequential-thinking": {
"command": "bash",
"args": [
"-c",
"exec npx -y @modelcontextprotocol/server-sequential-thinking"
]
}
}
}