Sqlite MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 23 Sep 2026.
Zero-dependency SQLite MCP on node:sqlite: queries, writes, tables, schemas.
Today is the operative word: we check Sqlite MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add sqlite-mcp -- npx -y @mrfentmen/sqlite-mcp
{
"mcpServers": {
"sqlite-mcp": {
"args": [
"-y",
"@mrfentmen/sqlite-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.sqlite-mcp]
command = "npx"
args = ["-y", "@mrfentmen/sqlite-mcp"]
{
"mcpServers": {
"sqlite-mcp": {
"args": [
"-y",
"@mrfentmen/sqlite-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"sqlite-mcp": {
"args": [
"-y",
"@mrfentmen/sqlite-mcp"
],
"command": "npx"
}
}
}
SQLite MCP — query databases, inspect schemas, explain queries, export data.
MCP server for one MySQL database: schema, read-only queries and guarded writes.
Persistent, zero-dependency AI memory using SQLite. Local-first, cross-tool portable.
PostgreSQL MCP — query databases, inspect schemas, explain queries.
Read-only SQL querying + schema introspection over Postgres & SQLite, with a gated write mode.
Read and write access to Airtable database schemas, tables, and records.
Run SQL queries and inspect database schemas through safe, visible MCP tools.
Run governed SQL queries and inspect database schemas from MCP agents.
Answers built from our own checks of this server.