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

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "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 →

Related developer tools servers