Home › Databases & Data › db-mcp (SQLite MCP Server)
db-mcp (SQLite MCP Server)
SQLite MCP server with OAuth 2.1, HTTP/SSE, 122 tools, and smart tool filtering
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 1.0.2)
npx -y [email protected]
Or add to your MCP client config:
{
"mcpServers": {
"db-mcp": {
"command": "npx",
"args": [
"-y",
"[email protected]"
]
}
}
}
Package (oci)
docker run -i --rm docker.io/writenotenow/db-mcp:v1.0.2
Or add to your MCP client config:
{
"mcpServers": {
"db-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/writenotenow/db-mcp:v1.0.2"
]
}
}
}
Related servers
dbx
Query databases from AI agents using connections configured in DBX.
MCP Toolbox for Databases
MCP Toolbox for Databases enables your agent to connect to your database.
baserow
Baserow database integration with table search, list, and row create, read, update, and delete capabilities.
mcp-server-chart
A Model Context Protocol server for generating charts using AntV.
vizro
Tools and templates to create validated and maintainable data charts and dashboards.
DBHub
Token-efficient database MCP server for PostgreSQL, MySQL, MariaDB, SQL Server, Oracle, SQLite
Data from the Official MCP Registry