# SQLite MCP Query and explore a local SQLite database file. A Node.js implementation of the official SQLite reference server, runnable via `npx` (no Python/uvx needed). ## Setup ``` npx -y mcp-server-sqlite-npx /path/to/database.db ``` Pass the absolute path to your `.db` file as the argument.
SQLite by modelcontextprotocol
Query and explore a local SQLite database file.
Loading...