Skip to content
Zed

stelaspace mcp for Zed

io.github.stelaspace/stelaspace-mcp

Publish AI-generated HTML (dashboards, reports, docs) to permanent, sandboxed, shareable links.

client:Zed transport:stdio runtime:npm

Install stelaspace mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "stelaspace-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "stelaspace-mcp"
      ],
      "env": {
        "STELASPACE_API_KEY": "<STELASPACE_API_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

stelaspace mcp in other clients