Skip to content
VS Code

Sancho Fetch for VS Code

io.github.panth-net/sancho-fetch

Local-first public-data MCP server that writes inspectable records and working files.

client:VS Code transport:stdio runtime:pypi

Install Sancho Fetch in VS Code

.vscode/mcp.json

{
  "servers": {
    "sancho-fetch": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "sancho-fetch"
      ]
    }
  }
}

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

Sancho Fetch in other clients