NomNomDrive

NomNomDrive

Local AI-powered document search, exposed as an MCP server

Connect your MCP client

https://cloud.nomnomdrive.com/mcp

Paste this URL into Claude Desktop, Cursor, or any MCP-compatible client. Authentication is handled automatically via OAuth.

What is NomNomDrive?

NomNomDrive watches your local folders, chunks and embeds documents using a local AI model, and stores vectors in SQLite on your machine. It then exposes three MCP tools — search_documents, list_folders, and get_document — so any AI assistant can search your files.

No documents are ever stored in the cloud. The cloud server is a relay that authenticates your MCP client and forwards tool calls to your running local agent over a secure WebSocket tunnel.

How it works

MCP Client → HTTPS + OAuth → Cloud Relay → WebSocket Tunnel → Your Local Agent → SQLite

Getting started

  1. Install the local agent — download the desktop app or install the CLI from the GitHub repo
  2. Add folders to watch — point NomNomDrive at the directories you want indexed
  3. Connect to cloud — run nomnomdrive cloud login or sign in from the app to establish the tunnel
  4. Add the MCP URL above to your AI client — authentication happens automatically on first connect