Skip to content
Zed

What's Loaded for Zed

io.github.stcmain/whats-loaded-mcp

What fills your agent's context window before a session starts: skill descriptions, memory files.

client:Zed transport:stdio runtime:npm

Install What's Loaded in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "whats-loaded-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "whats-loaded-mcp"
      ]
    }
  }
}

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

What's Loaded in other clients