Inspect and query .sqlite files from chat
SQLite jobs get lost inside Databases next to Postgres and cloud warehouses. You need a server that opens a file path, not a remote host.
Ads
Official SQLite MCP — point it at a local database file.
Community SQLite explorer with FastMCP tooling.
Community SQLite MCP for simple local queries.
Another community SQLite server packaging.
Use the official SQLite MCP for a standard local-file setup across clients.
Community explorers add richer browsing UX or FastMCP-based tooling.
One server — modelcontextprotocol/server-sqlite. Not a stack merge.
{
"mcpServers": {
"sqlite": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sqlite",
"/path/to/database.db"
]
}
}
}Added 15 days ago ·