gzip-mcp

Local

A Model Context Protocol (MCP) server that exposes gzip for use with Claude or any MCP-compatible client.

Add to your MCP Client

LocalLinuxmacOSWindows

Add the following to your claude_desktop_config.json (or equivalent MCP config file):

{
  "mcpServers": {
    "gzip-mcp": {
      "command": "uv",
      "args": [
        "run",
        "--directory",
        "/Users/jes/Desktop/openbiomcp/gzip-mcp",
        "main.py"
      ]
    }
  }
}

No README available.