Skip to main content
Other Tools and IntegrationsRust

mediar-ai/screenpipe

πŸŽ–οΈ πŸ¦€ 🏠 🍎 Local-first system capturing screen/audio with timestamped indexing, SQL/embedding storage, semantic search, LLM-powered history analysis, and event-triggered actions - enables building context-aware AI agents through a NextJS plugin ecosystem.

other-tools-and-integrationsofficiallocal-servicemacos
Share:

Quick Start

Clone the repository:

git clone https://github.com/mediar-ai/screenpipe

Claude Desktop configuration example:

{
  "mcpServers": {
    "screenpipe": {
      "command": "npx",
      "args": [
        "-y",
        "mediar-ai/screenpipe"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Other Tools and Integrations
Language
Rust
Author
mediar-ai