mcpbeat Sign in

db-mcp (SQLite MCP Server)

local only

db-mcp (SQLite MCP Server) runs on your own machine — the client starts it, so there is no endpoint to ping. 69 installs a week from npm. Last commit 12 Jun 2026.

SQLite MCP server with OAuth 2.1, HTTP/SSE, 122 tools, and smart tool filtering

Installs per day peak 25 · avg 11 · -48% w/w
a month agotoday
69
Installs / week
npm · db-mcp
11
Stars
0 open issues
12 Jun 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs a command on install [пакет] package.json:1
install: echo "Skipping automatic native build to preserve optional dependencies"
        while ((match = tableRegex.exec(input.query)) !== null) {
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Asks for container control access .github/workflows/ci-health-monitor.lock.yml:522
          export MCP_GATEWAY_DOCKER_COMMAND='docker run -i --rm --network host -v /var/run/docker.sock:/var/run/docker.sock -e MCP_GATEWAY_PORT -e MCP_GATEWAY_DOMAIN -e MCP_GATEWAY_API_KEY -e MCP_GATEWAY_PAYLOAD_DIR -e MCP_GATEWAY_PAYLOAD_SIZE_THRESHOLD -e DEBUG -e MCP_GATEWAY_LO…

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add db-mcp -- npx -y db-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "db-mcp": {
      "args": [
        "-y",
        "db-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.db-mcp]
command = "npx"
args = ["-y", "db-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "db-mcp": {
      "args": [
        "-y",
        "db-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "db-mcp": {
      "args": [
        "-y",
        "db-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to db-mcp (SQLite MCP Server)

same job, measured the same way
PostgreSQL MCP Server
by neverinfamous

PostgreSQL MCP server with 203 tools, connection pooling, HTTP/SSE, OAuth 2.1, and tool filtering

67 installs/wk local only
Mysql MCP
by neverinfamous

Enterprise-grade MySQL MCP Server with OAuth 2.0, 106 tools, and Docker deployment

local only
Withings MCP
by partymola

MCP server for the Withings Health API with OAuth, local SQLite cache, and trend analysis.

1 062 installs/wk local only
I
DB MCP Server
by stucchi

Database MCP server for MySQL, PostgreSQL, MongoDB, and SQLite with SSH tunneling support.

245 installs/wk local only
MCP Database Server
by souhar-dya

MCP server for SQLite, PostgreSQL, and MySQL with natural language to SQL and direct SQL tooling.

local only
Sqlite MCP Server
by neverinfamous

SQLite MCP server with 73 tools for JSONB, full-text search, geospatial, and analytics.

8 installs/wk local only
MCP Feed Reader
by crunchtools

RSS/Atom feed reader MCP server with SQLite backend

281 installs/wk local only
Fastmcp Sqltools
by atarkowska

A MCP server provides SQL database access with support for PostgreSQL, MySQL, and SQLite.

53 installs/wk local only

db-mcp (SQLite MCP Server) — questions

Answers built from our own checks of this server.

Why is there no uptime for db-mcp (SQLite MCP Server)?
db-mcp (SQLite MCP Server) runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package db-mcp was installed 69 times last week.
How do I connect db-mcp (SQLite MCP Server)?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls db-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use db-mcp (SQLite MCP Server)?
The npm package db-mcp was installed 69 times in the last week. Week over week that is -48%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is db-mcp (SQLite MCP Server) open source?
Yes — it is published under the MIT licence, written in TypeScript and 11 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.