How to Use the Egnyte MCP in Claude Code
Pipe Egnyte into your shell scripts and CI/CD jobs. Connect Claude Code to this MCP server to manage files and check audits from the terminal.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Egnyte MCP to Claude Code
Create your Vinkius account to connect Egnyte to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Script Your File and Folder Operations
This server exposes Egnyte's file system to the command line. Use `create_folder`, `delete_item`, and `search_files` in your shell scripts to automate content management. You can write a simple bash script that runs nightly, finds all files tagged 'archive-ready' with `search_files`, and then moves them to a new folder created with `create_folder`. No manual work needed.
Command-Line Compliance Audits
Pull compliance data directly into your terminal. The `get_audit_logs` tool streams Egnyte events that you can pipe into `grep`, `awk`, or any other command-line tool for analysis. For example, `claude mcp call egnyte-mcp get_audit_logs --days 7 | grep 'delete'` gives you a fast, simple way to monitor all file deletions from the past week as part of a security script.
Manage Access with this MCP Server
Get quick reports on who has access to what. The `list_users`, `list_groups`, and `list_shared_links` tools let you query your Egnyte account's security posture from a script. Run a cron job that uses `list_shared_links` to find any links that are public but shouldn't be, and then flag them for review. It's a straightforward way to enforce data governance policies automatically.
Set up Egnyte MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seeegnyte-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Egnyte transactions." It will automatically discover and invoke the available Egnyte tools.
claude mcp add --transport http egnyte-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Egnyte MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Egnyte MCP today
We host it, we monitor it, we maintain it. You just paste one token.