paste-rag
Verified Safeby mailshieldai
Overview
Query and retrieve specific clipboard history items from the macOS Paste app database, filtered by content, application, type, or date range, primarily to provide context for AI agents.
Installation
uvx --from git+https://github.com/mailshieldai/paste-rag paste-ragSecurity Notes
The server connects to the local Paste app SQLite database in read-only mode using parameterized queries, significantly reducing SQL injection risks. It accesses predefined system paths for the database, preventing arbitrary file access. No 'eval' or other highly dangerous functions were observed, and no external network calls beyond the local database are made. The primary risk is the exposure of potentially sensitive clipboard data via the MCP interface.
Similar Servers
apple-rag-mcp
Provides a comprehensive RAG (Retrieval-Augmented Generation) server for AI agents to search and retrieve content from Apple's developer documentation and WWDC transcripts.
mcp-server-macos-use
An AI agent designed to control a macOS computer using OS-level tools, compatible with the Model Context Protocol (MCP).
local-history-mcp
Access Cursor/VS Code Local History through the Model Context Protocol for AI-powered data recovery and enhanced context awareness.
vector-mcp
Provides a standardized API for AI agents to manage and interact with various vector database technologies for Retrieval Augmented Generation (RAG).