Skip to content
VS Code

fetch extract for VS Code

io.github.cedrickouma/fetch-extract

MCP server (stdio): fetch web pages as clean readable markdown via the AgentForge API

client:VS Code transport:streamable-http runtime:npm

Install fetch extract in VS Code

.vscode/mcp.json

{
  "servers": {
    "fetch-extract": {
      "type": "http",
      "url": "https://apim-agentforge-6lfm33.azure-api.net/fetch-extract/mcp"
    }
  }
}

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

fetch extract in other clients