mcpbeat Sign in

Sancho Fetch MCP Server

local only

Sancho Fetch runs on your own machine — the client starts it, so there is no endpoint to ping. 105 installs a week from pypi. Last commit 17 Sep 2026.

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

Installs per day peak 473 · avg 30 · -83% w/w
a month agotoday
105
Installs / week
pypi · sancho-fetch
0
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MPL-2.0
License
Python

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

            subprocess.run([editor, target], check=False)
    data = yaml.load(raw, Loader=_YAML_SAFE_LOADER)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add sancho-fetch -- uvx sancho-fetch
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sancho-fetch": {
      "args": [
        "sancho-fetch"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.sancho-fetch]
command = "uvx"
args = ["sancho-fetch"]
.cursor/mcp.json
{
  "mcpServers": {
    "sancho-fetch": {
      "args": [
        "sancho-fetch"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "sancho-fetch": {
      "args": [
        "sancho-fetch"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Sancho Fetch

same job, measured the same way
Silex
by silex-tec

Local-first MCP server that reconstructs architecture, workflows and business rules from your code.

212 installs/wk local only
mcp-anything
by dror-bengal

Meta-MCP gateway: search, inspect and call any MCP server from the public registries.

68 installs/wk local only
Iso20022 Bank Profile MCP
by sebastienrousseau

Local MCP server that serves and validates bank-specific ISO 20022 clearing profiles.

212 installs/wk local only
Seatable
by seatable

MCP server for SeaTable — read, write, search, link, and query data in your bases

112 installs/wk local only
Ctxfile
by ctxfile

Local-first MCP server that snapshots your project's working state into one context object.

331 installs/wk local only
Achlens
by mscott9160-web

Local-first MCP server and CLI for validating and generating synthetic ACH files.

local only
Molpha MCP
by molpha

MCP server that lets AI agents create, fetch, verify, and publish Molpha oracle data.

26 installs/wk local only
Sandwich Public Care Directory
by joinsandwich

Read-only MCP server for Sandwich aging-parent care resources and cost data.

3 tools answering

Sancho Fetch — questions

Answers built from our own checks of this server.

Why is there no uptime for Sancho Fetch?
Sancho Fetch runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package sancho-fetch was installed 105 times last week.
How do I connect Sancho Fetch?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls sancho-fetch straight from pypi; nothing to host, nothing to sign up for.
How many people use Sancho Fetch?
The pypi package sancho-fetch was installed 105 times in the last week. Week over week that is -83%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Sancho Fetch open source?
Yes — it is published under the MPL-2.0 licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.