Skip to content
VS Code

AppContext for VS Code

dev.appcontext/appcontext

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

client:VS Code transport:stdio runtime:npm

Install AppContext in VS Code

.vscode/mcp.json

{
  "servers": {
    "appcontext": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "appcontext-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

AppContext in other clients