Ditto
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...
Sqlite (Ditto) MCP Server
Model Context Protocol (sqlite) server
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 |