Skip to content
Zed

agentql for Zed

com.mcparmory/agentql

Query webpages and extract structured data using natural language

client:Zed transport:stdio runtime:pypi

Install agentql in Zed

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

{
  "context_servers": {
    "agentql": {
      "command": "uvx",
      "args": [
        "mcparmory-agentql"
      ]
    }
  }
}

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

agentql in other clients