url_md_cache

PeteChadwick/url_md_cache
★ 0 stars Unknown language Browser/Web Updated 9d ago
MCP server for fetching and caching web pages
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "url_md_cache": {
      "command": "npx",
      "args": [
        "-y",
        "PeteChadwick/url_md_cache"
      ]
    }
  }
}