vscode demo time for Zed
io.github.estruyf/vscode-demo-time
Enables AI assistants to interact with Demo Time and helps build presentations and demos.
client:Zed
transport:stdio
runtime:npm
Install vscode demo time in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"vscode-demo-time": {
"command": "npx",
"args": [
"-y",
"@demotime/mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs