Are you the author? Sign in to claim
⚠️ DEPRECATED: Use https://github.com/neverinfamous/db-mcp instead.
[!CAUTION] This repository has been deprecated and is no longer maintained.
Please use the new TypeScript version: db-mcp
The db-mcp server is a complete rewrite in TypeScript with significant improvements:
| Feature | sqlite-mcp-server (deprecated) | db-mcp (new) |
|---|---|---|
| Language | Python | TypeScript |
| Tools | 73 | 125+ |
| MCP SDK | 1.14.x | 1.25+ (Modern) |
| Protocol | MCP 2024-11-05 | MCP 2025-11-25 |
| Transport | stdio | stdio, SSE, HTTP |
| Docker | Available | Available |
| NPM | N/A | @anthropic-ai/db-mcp |
NPM (Recommended):
npx @anthropic-ai/db-mcp
Docker:
docker pull writenotenow/db-mcp:latest
GitHub:
git clone https://github.com/neverinfamous/db-mcp.git
This repository is archived for historical reference. No further updates, bug fixes, or security patches will be provided.
Last version: v2.6.5
Thank you to all contributors who helped build this project. Your work lives on in db-mcp!
Official MongoDB integration — query collections, run aggregations, inspect schemas
Secure MCP server for MySQL database interaction, queries, and schema management
Run analytics queries on ClickHouse — explore schemas, execute SQL, fetch results
Run Claude Code as an MCP server so any agent can delegate coding tasks to it