Skip to main content
Glama
hschickdevs

Egnyte Large File Manager

by hschickdevs

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
EGNYTE_DOMAINYesYour Egnyte domain (e.g., acme.egnyte.com)
EGNYTE_CLIENT_IDYesYour Egnyte API client ID
EGNYTE_NO_BROWSERNoSet to '1' to disable browser launch and print authorization URL instead (for headless/SSH)
EGNYTE_ACCESS_TOKENNoPre-seeded access token for headless environments (alternative to OAuth flow)
EGNYTE_CLIENT_SECRETYesYour Egnyte API client secret (sensitive)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
egnyte_downloadA

Download an Egnyte file's REAL binary to local disk and return the local path (not the bytes). Use this when you need to load a file with code — e.g. pandas/openpyxl on .xlsx, parse a native PDF, read a .msg. Streams, so large files are fine. Provide the Egnyte path (e.g. /Shared/Docs/report.xlsx).

egnyte_uploadA

Upload a local file to Egnyte. Automatically uses chunked upload for large files (>= ~100 MB). Returns the new entry/group id and checksum.

egnyte_statA

Get metadata for an Egnyte file or folder (size, checksum, ids, is_folder). Use before downloading to check size / that it is a file.

egnyte_loginA

Start the Egnyte OAuth browser sign-in now (otherwise it happens automatically on the first file operation). Opens your browser; sign in as yourself (SSO supported).

egnyte_logoutA

Revoke and clear the cached Egnyte token.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hschickdevs/egnyte-large-file-manager'

If you have feedback or need assistance with the MCP directory API, please join our Discord server