Bigdogdogai/safefetch-mcp-server
Platform-specific configuration:
{
"mcpServers": {
"safefetch-mcp-server": {
"command": "npx",
"args": [
"-y",
"safefetch-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Secure web fetch for local AI agents. A security-focused web fetch service for local AI agents.
> License: AGPL-3.0 (dual-license model, see COMMERCIAL.md) > Feedback: GitHub Issues / Pull Requests
Think of it as a "digital security guard" for AI web access. It focuses on three things:
In one line: safer, more stable, and more controllable web fetching for AI agents.
mcporter examplesBefore installation, make sure these dependencies exist on your machine:
>= 3.10 (recommended: 3.11)mcporter available in your PATHQuick checks:
python3 --version
which mcporter
mcporter --help
openclaw --versionIf mcporter is missing, install it first (example options):
pip install mcporter
# or
uv pip install mcporter> ~/ and <YOUR_PATH> both represent your local clone path. Replace them with your actual location.
cd ~/safefetch-mcp-server
bash bootstrap.shbash start-mcp.shsource .venv/bin/activate
python server.py --self-testIf your network resolves public domains into restricted ranges, use:
WEBFETCH_ALLOW_CIDRS=198.18.0.0/15 python server.py --self-testLoading reviews...