Omnidrive Mcp
@sp-22
The secure, local-first gateway that bridges your personal files to any AI Agent.
Overview
What is Omnidrive Mcp?
Omnidrive Mcp is a secure, local-first desktop application that bridges personal files to any AI Agent via the Model Context Protocol (MCP). It allows you to selectively share local folders with AI assistants like Claude Desktop, Cursor, ChatGPT, and Gemini, giving them the ability to read and interact with your documents, spreadsheets, and code while keeping you in full control.
How to use Omnidrive Mcp?
Download the latest installer from the GitHub Releases page, open the application, and add folders you want to share with your AI agent. No terminal commands or environment variables are needed; the clean UI lets you set permissions (read-only or read/write) and see all activity in a dedicated Live Activity Log window.
Key features of Omnidrive Mcp
- Zero‑configuration graphical UI for instantly sharing folders
- Granular read-only or read/write permissions per folder
- Live activity streaming showing every file operation in real-time
- Privacy‑first: all file access stays local via MCP pipes or local SSE
- Universal compatibility with any MCP‑supporting LLM client
- Smart filtering via
.mcpignorefiles to exclude irrelevant directories
Use cases of Omnidrive Mcp
- Research and analysis: synthesize trends across a local library of PDFs and research notes
- Administrative automation: generate summaries or identify anomalies from spreadsheets and invoices
- Personal knowledge base: query an Obsidian or Markdown vault to find connections between notes
- Advanced software engineering: enable AI to proactively fix bugs, refactor architecture, and verify changes across a full repository
FAQ from Omnidrive Mcp
Which AI agents does Omnidrive Mcp work with?
Omnidrive Mcp works with any LLM client that supports the MCP standard, including Claude Desktop, Cursor, ChatGPT, and Gemini.
Does Omnidrive Mcp upload my files to the cloud?
No. Files are never uploaded to OmniDrive servers; all data transfers happen over a local process pipe or a secure local SSE bridge locked to 127.0.0.1.
How does Omnidrive Mcp keep my files secure?
It uses canonical path validation against a whitelist of approved absolute paths, sandbox isolation to prevent path traversal, and paired SSE connections that require a secure handshake