Skip to content
Cursor

Sancho Fetch for Cursor

io.github.panth-net/sancho-fetch

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

client:Cursor transport:stdio runtime:pypi

Install Sancho Fetch in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Sancho Fetch in other clients