Skip to content

Release 1.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 17 Sep 18:05
· 2 commits to master since this release

Changes

Installation

Basic Installation

Download the appropriate file for your system and install with:

Processing ./remotezip_mcp_server-1.0.0-py3-none-any.whl

Or install from source:

Processing ./remotezip_mcp_server-1.0.0.tar.gz

MCP Server Configuration

For VSCode

  1. Install the MCP extension:

    • Search for MCP (Model Context Protocol) in VSCode extensions
    • Install the extension by Anthropic
  2. Create MCP configuration file:

    • Create the file (on macOS/Linux) or (on Windows)
    • Or use the global config:
  3. Add the following configuration to your mcp.json:

  4. Restart VSCode to load the MCP server

For Cursor

  1. Open Cursor settings:

    • Press to open settings
    • Or go to File → Preferences → Settings
  2. Navigate to MCP settings:

    • Search for mcp in the settings search bar
    • Look for MCP: Servers or Model Context Protocol section
  3. Add a new MCP server with these exact settings:

  • Name:
  • Command:
  • Arguments: Leave this field empty
  • Environment Variables: (optional)
  1. Save and restart Cursor to activate the MCP server

Alternative: Manual MCP Configuration

If your editor doesn't have built-in MCP support, you can also run the server manually:

Then connect to it using your MCP client with the server running on the default port.

Usage

Once configured, you can use the following MCP tools:

  • : List files in a remote zip archive
  • : Extract a specific file from a remote zip archive
  • : Get information about a specific file
  • : Get statistics about the zip archive