Skip to content
Zed

agentrender mcp for Zed

io.github.corbinvachal48/agentrender-mcp

URL to screenshot, PDF, or structured extract for AI agents via MCP.

client:Zed transport:stdio runtime:pypi

Install agentrender mcp 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": {
    "agentrender-mcp": {
      "command": "uvx",
      "args": [
        "agentrender-mcp"
      ],
      "env": {
        "AGENTRENDER_API_KEY": "<AGENTRENDER_API_KEY>",
        "AGENTRENDER_BASE_URL": "<AGENTRENDER_BASE_URL>"
      }
    }
  }
}

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

agentrender mcp in other clients