Omnidrive Mcp

by sp-22

348 downloads
Not rated
GitHub

About

The secure, local-first gateway that bridges your personal files to any AI Agent.

Details

Author
sp-22
Downloads
348
Categories
Other

- 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 .mcpignore files to exclude irrelevant directories

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Omnidrive Mcp
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "omnidrive mcp": {
            "omnidrive": {
                "command": "<UI Friendly so once installed you can copy config as per your installation>",
                "args": []
            }
        }
    }
}

McpServers

{
    "omnidrive": {
        "command": "<UI Friendly so once installed you can copy config as per your installation>",
        "args": []
    }
}

OmniDrive

The secure, local-first gateway that bridges your personal files to any AI Agent. OmniDrive is a "Plug & Play" desktop application that allows you to selectively share local folders with AI agents like Claude Desktop, Cursor, ChatGPT, and Gemini. Built on the Model Context Protocol (MCP), it gives your AI assistants the "eyes" they need to see your documents, spreadsheets, and codebase—while keeping you in absolute control. ---

Why OmniDrive?

Most AI agents are currently "context blind"—they don't know what's on your machine unless you manually upload files. Existing solutions are either complex terminal tools or insecure "all-access" scripts. OmniDrive solves this by providing: - Zero Configuration: A clean, beautiful UI replaces complex JSON edits. Just drag, drop, and share. - Security-First (Zero Trust): AI access is mathematically restricted to approved paths. Path traversal (../) is impossible. - Granular Permissions: Set folders to Read-Only (safe browsing) or Read/Write (autonomous editing) on the fly. - Live Activity Streaming: See every file read, every search, and every edit the AI performs in real-time. ---

Key Capabilities

- Universal Compatibility: Works with any LLM client that supports the MCP standard. - Plug & Play: Add folders in seconds. No terminal commands, no environment variables. - Total Transparency: A dedicated Live Activity Log window shows you exactly what the AI is "thinking" about your files. - Privacy by Design: No files are uploaded to OmniDrive servers. Everything happens over a local process pipe or a secure local SSE bridge. - Smart Filtering: Respects .mcpignore files to keep noise like node_modules out of the AI's view. ---

Use Cases (Beyond Coding)

While OmniDrive is a must-have for developers, it is designed for everyone:

Research & Analysis

Share your local library of PDFs and research notes. Ask your AI to synthesize trends across dozens of documents without ever hitting "upload."

Administrative Automation

Give the AI access to your spreadsheets and invoices. Ask it to generate summaries, identify anomalies, or prepare monthly reports.

Personal Knowledge Base

Bridge your Obsidian or Markdown notes to their AI agent. Talk to your "Second Brain" to find connections between your thoughts in real-time.

Advanced Software Engineering

Enable the AI to proactively fix bugs, refactor architecture, and verify changes across your entire repository with full Read/Write power. ---

Security Architecture

OmniDrive is built with a "Privacy First" philosophy: - Canonical Path Validation: Every request is verified against a secure whitelist of user-approved absolute paths. - Sandbox Isolation: Even if an LLM is "hallucinating" or being malicious, it cannot escape the folders you have explicitly shared. - Paired Web Connections: SSE (for browser agents) is locked to 127.0.0.1 and requires a secure handshake to prevent unauthorized web access. ---

Download (End Users)

If you just want to use OmniDrive, download the latest installer from: - GitHub Releases Available assets depend on platform and include installers such as .dmg (macOS), .msi/.exe (Windows), and Linux bundles.

macOS "damaged and can't be opened" fix

If macOS blocks OmniDrive after downloading from Releases, run: ``bash xattr -dr com.apple.quarantine /Applications/OmniDrive.app xattr -dr com.apple.provenance /Applications/OmniDrive.app open /Applications/OmniDrive.app ` If needed, right-click OmniDrive.app` and choose Open once. ---
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.