HomeCloud & Monitoring › Stacktree

Stacktree

Publish HTML to private, unguessable, replace-in-place URLs from any MCP-compatible AI agent.

Official TypeScript Cloud macOSWindowsLinux Remote
★ 0 stars Last pushed 2026-09-07 License: MIT

Topics: Cloud Platforms

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://api.stacktr.ee/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http stacktree-mcp https://api.stacktr.ee/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "stacktree-mcp": {
      "url": "https://api.stacktr.ee/mcp"
    }
  }
}

Package (npm 0.6.0)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "stacktree-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ]
    }
  }
}

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry