Skip to content
Windsurf

zipnative MCP — ZIP creation, inspection, secure extraction & verification for Windsurf

io.github.nizoka/zipnative-mcp

ZIP MCP server: create, inspect, verify, extract securely, modify without recompression. 13 tools

client:Windsurf transport:stdio runtime:npm

Install zipnative MCP — ZIP creation, inspection, secure extraction & verification in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "zipnative-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "zipnative-mcp"
      ],
      "env": {
        "ZIPNATIVE_MCP_OUTPUT_DIR": "<ZIPNATIVE_MCP_OUTPUT_DIR>",
        "ZIPNATIVE_MCP_CACHE_DIR": "<ZIPNATIVE_MCP_CACHE_DIR>",
        "ZIPNATIVE_MCP_PORT": "<ZIPNATIVE_MCP_PORT>",
        "ZIPNATIVE_MCP_HTTP_TOKEN": "<ZIPNATIVE_MCP_HTTP_TOKEN>",
        "ZIPNATIVE_MCP_MAX_UNCOMPRESSED_BYTES": "<ZIPNATIVE_MCP_MAX_UNCOMPRESSED_BYTES>",
        "ZIPNATIVE_MCP_MAX_ENTRIES": "<ZIPNATIVE_MCP_MAX_ENTRIES>",
        "ZIPNATIVE_MCP_WORKERS": "<ZIPNATIVE_MCP_WORKERS>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

zipnative MCP — ZIP creation, inspection, secure extraction & verification in other clients