DeepPane Focus Space for Zed
com.deeppane/focus-space
Create focus spaces and read user-authorized focus history summaries.
client:Zed
transport:stdio
runtime:npm
Install DeepPane Focus Space in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"focus-space": {
"command": "npx",
"args": [
"-y",
"@deeppane/mcp-server"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs