Skip to content
VS Code

agentql for VS Code

com.mcparmory/agentql

Query webpages and extract structured data using natural language

client:VS Code transport:stdio runtime:pypi

Install agentql in VS Code

.vscode/mcp.json

{
  "servers": {
    "agentql": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcparmory-agentql"
      ]
    }
  }
}

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

agentql in other clients