Ditto

GitHub

Ditto is an extension to the Windows Clipboard. You copy something to the Clipboard and Ditto takes what you copied and stores it in a database to retrieve...

6,371 stars C C 1 file ยท ~576 tokens #clipboard#clipboard-manager

Sqlite (Ditto) MCP Server

Model Context Protocol (sqlite) server

View all Ditto servers
Ready-to-Use Client Configurations
{
  "mcpServers": {
    "sqlite": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-sqlite",
        "/path/to/database.db"
      ],
      "env": {
        "SQLITE_DB_PATH": "/path/to/db.sqlite"
      }
    }
  }
}
Required Environment Variables & Credentials (1)
Variable Name Required Description Example / Default
SQLITE_DB_PATH REQUIRED Local path to SQLite database file /path/to/db.sqlite