SQLite MCP server
Query a local SQLite file.
What it does
Good for local apps and logs. Same rule: prefer a copy of the DB if the model might write.
Install
Typical Claude Desktop / Cursor command:
uvx mcp-server-sqlite --db-path ./data.db
Secrets it wants: none — pass --db-path
Works with
Claude Desktop, Cursor, Windsurf — any host that can launch a local MCP stdio server.