Skip to content
VS Code

extract for VS Code

dev.averra/extract

URL-to-Markdown API for AI pipelines — clean markdown with metadata and caching.

client:VS Code transport:stdio runtime:npm

Install extract in VS Code

.vscode/mcp.json

{
  "servers": {
    "extract": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@averra/extract-mcp"
      ]
    }
  }
}

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

extract in other clients