RepoRescue MCP
Clones and inspects public GitHub repositories to extract evidence like manifests, dependencies, and version hints, and can run allow-listed repos in isolated Docker containers for reproducible verification.
README
RepoRescue MCP
RepoRescue turns a public GitHub URL into evidence that an agent can reason over. It can:
- clone a public GitHub repository with strict URL and size limits;
- identify Python manifests, declared dependencies, version hints, test runners and likely entry points;
- return source-linked evidence instead of invented environment facts;
- run allow-listed demonstration repositories inside constrained Docker containers;
- separate dependency installation from execution, then disable networking for the execution phase;
- produce bounded, redacted logs suitable for a verification report.
The service deliberately does not read a user's computer, accept arbitrary shell commands, execute private repositories, or execute repositories that are not explicitly allow-listed.
Local setup
py -3.11 -m venv .venv
.venv\Scripts\python -m pip install -e ".[dev]"
.venv\Scripts\pytest
docker build -f sandbox/Dockerfile.python311 -t repo-rescue-python:3.11 .
Run the Streamable HTTP MCP endpoint:
$env:REPO_RESCUE_ALLOWED_REPOS="pallets/click"
.venv\Scripts\repo-rescue-mcp
The MCP endpoint is exposed at http://localhost:8000/mcp by the official Python MCP SDK.
For a command-based managed MCP host, set REPO_RESCUE_TRANSPORT=stdio and run repo-rescue-mcp. The same executable defaults to Streamable HTTP for local or self-hosted use.
Tools
inspect_github_project
Read-only inspection for a public GitHub repository. Returns repository identity, commit SHA, bounded file tree, Python manifests, declared dependencies, version hints, risks and suggested verification commands.
reproduce_python_project
Runs an allow-listed Python repository in two Docker phases:
- dependency installation in an empty ephemeral workspace;
- execution in a separate container with networking disabled.
No host secrets or Docker socket are mounted into the target container. CPU, memory, process count, filesystem and runtime are constrained. The result contains actual exit codes and logs; success is never inferred.
The dedicated sandbox image contains only the baseline test runner and common terminal pager needed by the verified demo. Repository-specific dependencies are still resolved from the inspected manifest; the execution phase remains offline.
For a managed MCP host that cannot start Docker, set REPO_RESCUE_EXECUTION_BACKEND=direct. This fallback still accepts only explicitly allow-listed repositories and fixed verification commands, uses a temporary workspace, bounds time and output, and never exposes arbitrary shell execution. It is intentionally less isolated than the Docker backend and must not be enabled for untrusted public execution.
windows_environment_probe
Returns a copy-paste PowerShell command for users who need local-environment evidence. It only reads versions and package metadata.
Production boundary
Docker is adequate for an allow-listed competition demo, not for arbitrary hostile code. A public production service should replace Docker with a stronger isolation boundary such as gVisor or Firecracker, enforce outbound egress allow-lists during installation, scan uploaded archives, authenticate callers, rate-limit jobs and store no source after the job expires.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.