MCP Directory
Back

hdefazio.mcp_fetch

by hdefazio · ★ 0

Ansible collection providing the Fetch MCP server (from the modelcontextprotocol project) for Execution Environments.

Install

git clone https://github.com/hdefazio/hdefazio.mcp_fetch.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "hdefazio-mcp-fetch": {
      "command": "npx",
      "args": [
        "-y",
        "github:hdefazio/hdefazio.mcp_fetch"
      ]
    }
  }
}

From the README

Ansible collection that installs the [Fetch MCP server](https://github.com/modelcontextprotocol/servers/blob/main/src/fetch/README.md) in Ansible Execution Environments. The Fetch MCP server provides web content fetching capabilities for AI assistants and automation workflows through the Model Context Protocol. - Ansible >= 2.16.0 - Python >= 3.10 in the execution environment - collection >= 1.0.0 To work on this collection in place without building/installing: Now you can edit files directly and test changes immediately without rebuilding. Installs the Fetch MCP server using the framew…
Read full README on GitHub →

Related other servers