Egnyte Connector for AI agents.
12 live capabilities
Manage corporate files and shared links with intelligent content orchestration.
Waiting for input…
Why people use Egnyte
Egnyte for Automated Security Audit Logs
With this Connector, you just tell your AI agent what you need. It handles the navigation, finds the file, and can even generate a secure link for you in one go. You stop clicking through menus and start getting results instantly.
What Vinkius changes
You turn your static file storage into an active, searchable workspace for your AI agent.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Rapid project onboarding
An Ops Lead needs to set up a new marketing project.
- Real-world use case 02
Instant security auditing
An IT Admin notices a security flag and asks the agent to pull the last 50 audit logs to see who deleted a specific file using get_audit_logs.
- Real-world use case 03
Secure external sharing
A manager needs to share a budget sheet.
Complete set · 12capabilities
The complete Egnyte capability set.
These are the exact actions your AI can choose when you ask it to work with Egnyte.
01—04
4 capabilities in this set.
Part of 12 available through Egnyte.
- 01 Capability
Delete item
Remove a file or folder from your storage. Use this to clean up old data quickly.
- 02 Capability
List shared links
View all active shared links. It is the easiest way to keep track of what is public.
- 03 Capability
Get account info
Get your specific domain details. This helps the agent know where it is working.
- 04 Capability
Get audit logs
Pull the latest security events. It is the fastest way to check for suspicious activity.
05—08
4 capabilities in this set.
Part of 12 available through Egnyte.
- 05 Capability
Get file metadata
See the details of a specific file. Use this to check sizes, types, and dates.
- 06 Capability
List folder
See what is inside any folder. It helps you understand your directory structure quickly.
- 07 Capability
List groups
Get a full list of user groups. Use this to see who has access to what.
- 08 Capability
List users
See every user in your Egnyte account. This is great for auditing your team.
09—12
4 capabilities in this set.
Part of 12 available through Egnyte.
- 09 Capability
List webhooks
See which webhooks are currently active. Use this to manage your automated notifications.
- 10 Capability
Search files
Find specific files across your whole domain. It makes finding lost docs much faster.
- 11 Capability
Create folder
Make a new directory instantly. It is perfect for starting new projects on the fly.
- 12 Capability
Create shared link
Make a new shareable link for a file. You can set specific access rules for it.
Set up in minutes
One URL. Then ask Egnyte to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Egnyte from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_LGlgvJnQ4tbx6VGywp8kWhZmYTO54omMmW8F4ysh/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Egnyte, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Egnyte for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_LGlgvJnQ4tbx6VGywp8kWhZmYTO54omMmW8F4ysh/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Egnyte URL.
- Step 03
Save and start
Save the connection and enable Egnyte in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"egnyte": {
"url": "https://edge.vinkius.com/vk_preview_LGlgvJnQ4tbx6VGywp8kWhZmYTO54omMmW8F4ysh/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Egnyte
Open Agent mode in chat and ask: "Using Egnyte, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"egnyte": {
"url": "https://edge.vinkius.com/vk_preview_LGlgvJnQ4tbx6VGywp8kWhZmYTO54omMmW8F4ysh/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Egnyte
Ask Copilot: "Using Egnyte, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"egnyte": {
"url": "https://edge.vinkius.com/vk_preview_LGlgvJnQ4tbx6VGywp8kWhZmYTO54omMmW8F4ysh/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Egnyte
Open Cascade and ask: "Using Egnyte, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"egnyte": {
"url": "https://edge.vinkius.com/vk_preview_LGlgvJnQ4tbx6VGywp8kWhZmYTO54omMmW8F4ysh/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Egnyte
Ask Cline: "Using Egnyte, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add egnyte --transport http "https://edge.vinkius.com/vk_preview_LGlgvJnQ4tbx6VGywp8kWhZmYTO54omMmW8F4ysh/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Egnyte
Ask Claude: "Using Egnyte, show me...". 12 tools are ready
Where the request belongs
Work Egnyte can move forward.
This is for the IT admins who are tired of manual audits, the ops leads who need to set up project spaces fast, and the compliance officers who need to find sensitive data without the headache.
IT Administrator
You'll use this to pull audit logs and manage user groups using natural language instead of hunting through complex admin panels.
Operations Lead
You'll use this to automate the creation of new project folders and shared links for new hires and external vendors.
Compliance Officer
You'll use this to search for sensitive documents and verify access levels across the company in seconds.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsFluxiom
Manage digital assets, organize with tags, and oversee collections via AI agents with Fluxiom DAM.
Files.com
Sync, share, and automate file workflows across teams with secure cloud storage that integrates with your existing capabilities.
Google Drive
Manage your files. search, create, share, and organize your Google Drive via AI.
Box
Store, share, and collaborate on files securely with enterprise-grade cloud content management and governance controls.
Zoho WorkDrive
Manage files, folders, and team workspaces via Zoho WorkDrive directly from your AI agent.
Widen (Acquia DAM)
Search and manage digital assets, metadata, and CDN embed links on Widen (Acquia DAM). the leading enterprise DAM solution.
Bring your own AI
Change the model, client or framework. Keep Egnyte connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Egnyte.
The practical details behind the request, access and result.
Can the Egnyte MCP help me find files faster?
Yes. It allows your AI agent to perform deep searches across your entire domain using natural language, saving you from manual folder navigation.
How do I use Egnyte with my AI agent for security?
You can ask your agent to pull audit logs to see who accessed what files, or check active shared links to ensure your data is only shared with the right people.
Can my AI agent create shared links for me?
Absolutely. Your agent can generate secure links with specific accessibility rules, like password protection or domain restrictions, on the fly.
Is Egnyte MCP good for managing large teams?
Yes, it's designed for enterprise use. It can list all users and groups, making it easy to coordinate permissions for large organizations.
Can I automate my folder setup with Egnyte MCP?
Yes. You can tell your agent to create new folders and organize project structures, which helps with rapid onboarding and project launches.
How does Egnyte MCP handle audit logs?
It retrieves the latest security events and audit logs, giving you a clear history of file actions without needing to navigate the admin console.
Can I use Egnyte MCP to delete old files?
Yes, your agent can delete files or folders to help you keep your storage clean and organized.
How do I find my Egnyte domain?
The domain is the first part of your URL. For example, if you access Egnyte at acme.egnyte.com, your domain is acme.
Can I search for files by content?
Yes! The search_files capability performs a full-text search across your Egnyte domain to find relevant documents and folders.
How do I generate a shared link via AI?
Use the create_shared_link capability and provide the full path to the item. You can also specify access levels like 'public' or 'domain'.
One connection away
Give your agent a direct line to Egnyte.
Connect Egnyte once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available