Superthread MCP Extended MCP Server

A perfect drop-in replacement to the official Superthread MCP, providing way more tools. Cloudflare Workers based Remote MCP server

Remote serverstreamable-httpTypeScript

What is the Superthread MCP Extended MCP server?

A perfect drop-in replacement to the official Superthread MCP, providing way more tools. Cloudflare Workers based Remote MCP server. Exposed over MCP by the superthread mcp extended mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.

What it actually does

An enhanced Model Context Protocol (MCP) server that extends the official Superthread MCP with comprehensive CRUD operations and optimized workflows. Drop-in replacement with significantly more functionality.

Its toolset

Everything the assistant can do here goes through one of these:

  • Cursor — The Cursor tool exposed by this server
  • Development — The Development tool exposed by this server
  • Deployment — The Deployment tool exposed by this server

Adding it to your client

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

Configuration

You will need one environment variable: ST_PAT. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

  • Superthread Personal Access Token (PAT) - Node.js 22+ or Bun runtime (for development) - Network access to api.superthread.com

When to reach for it

Among the cloud and infrastructure options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Superthread MCP Extended's toolset — Cursor, Development, Deployment — is a fair guide to whether it matches your workflow.

This entry was verified against Superthread MCP Extended's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Caveats

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the superthread mcp extended mcp server does with a few real requests.

Available tools

ToolWhat it does
CursorThe Cursor tool exposed by this server.
DevelopmentThe Development tool exposed by this server.
DeploymentThe Deployment tool exposed by this server.

How to install the Superthread MCP Extended MCP server

{
  "mcpServers": {
    "superthread-extended": {
      "type": "http",
      "url": "https://superthread.sorbet.studio/mcp/app",
      "headers": {
        "Authorization": "Bearer stp-XXXXXXXXXXXX.XXXXXXXXXXXXXXXXXXXXXXXX"
      }
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

  • Superthread Personal Access Token (PAT) - Node.js 22+ or Bun runtime (for development) - Network access to api.superthread.com
VariableDescriptionRequired
ST_PATConfiguration value read at startup.Optional

Example prompts to try

  • Use Superthread MCP Extended to Cursor.
  • Use Superthread MCP Extended to Development.
  • Use Superthread MCP Extended to Deployment.

Frequently asked questions

It connects Superthread MCP Extended to MCP-compatible AI assistants such as Claude and Cursor, exposing 3 tools (Cursor, Development, Deployment) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Superthread MCP Extended directly.