Skip to content
Zed

snapmcp for Zed

io.github.reeinharddd/snapmcp

Visual capture MCP server: terminal colors, code, diffs, PDFs, GIFs. 13 tools, SSRF on by default.

client:Zed transport:stdio runtime:npm

Install snapmcp in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "snapmcp": {
      "command": "npx",
      "args": [
        "-y",
        "snapmcp"
      ],
      "env": {
        "SNAPMCP_DIR": "<SNAPMCP_DIR>",
        "SNAPMCP_THEME": "<SNAPMCP_THEME>",
        "SNAPMCP_FORMAT": "<SNAPMCP_FORMAT>",
        "SNAPMCP_QUALITY": "<SNAPMCP_QUALITY>",
        "SNAPMCP_SHADOW": "<SNAPMCP_SHADOW>",
        "SNAPMCP_ALLOWED_PATHS": "<SNAPMCP_ALLOWED_PATHS>",
        "SNAPMCP_SSRF_PROTECTION": "<SNAPMCP_SSRF_PROTECTION>",
        "SNAPMCP_CHROME_EXECUTABLE": "<SNAPMCP_CHROME_EXECUTABLE>",
        "SNAPMCP_CHROME_PROFILE": "<SNAPMCP_CHROME_PROFILE>"
      }
    }
  }
}

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

snapmcp in other clients