MCP Directory
Back

mcp-sequential-thinking

by virtuald · Go · ★ 2

Translation of https://github.com/modelcontextprotocol/servers/tree/main/src/sequentialthinking into golang

Install

go install github.com/virtuald/mcp-sequential-thinking@latest

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-sequential-thinking": {
      "command": "npx",
      "args": [
        "-y",
        "github:virtuald/mcp-sequential-thinking"
      ]
    }
  }
}

From the README

mcp-sequential-thinking ======================= This is a translation (primarily via LLM of course) of Anthropic's example [sequential thinking MCP server](https://github.com/modelcontextprotocol/servers/tree/main/src/sequentialthinking) into golang using [mcp-go](https://github.com/mark3labs/mcp-go).
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers