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