Skip to content
Zed

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

DeepPane Focus Space in other clients