Skip to content
Zed

aispace for Zed

sh.aispace/mcp

Secure, expiring artifact storage and handoff for AI agents.

client:Zed transport:stdio runtime:npm

Install aispace 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": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@aispace-sh/cli"
      ],
      "env": {
        "AISPACE_KEY": "<AISPACE_KEY>",
        "AISPACE_URL": "<AISPACE_URL>",
        "AISPACE_ALLOWED_ROOTS": "<AISPACE_ALLOWED_ROOTS>"
      }
    }
  }
}

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

aispace in other clients