Skip to content
Zed

AppContext for Zed

dev.appcontext/appcontext

Live iOS Simulator and browser screenshots, logs, and a personal MCP hub for AI coding agents.

client:Zed transport:stdio runtime:npm

Install AppContext in Zed

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

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

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

AppContext in other clients