The SQLite MCP Server provides a comprehensive set of tools for managing SQLite databases, including CRUD operations, full-text search, and data analysis, all accessible via HTTP/SSE transport with OAuth 2.1 authentication.
From the registry: SQLite MCP server with OAuth 2.1, HTTP/SSE, 122 tools, and smart tool filtering
Please install the `db-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Docker or Node.js 24+** — Either Docker (easiest) or Node.js 24+ LTS to run the server.
Canonical MCP server config (stdio transport):
- command: `docker`
- args: ["run","-i","--rm","-v","./data:/app/data","writenotenow/db-mcp:latest","--sqlite-native","/app/data/database.db","--tool-filter","codemode"]
- optional environment variables:
- `DB_MCP_TOOL_FILTER`: Tool filter string (shortcut, group, or list). Example: codemode, starter, core,json (example: `codemode`)
- `SQLITE_DATABASE`: SQLite database path (example: `/app/data/database.db`)
- `LOG_LEVEL`: Log verbosity (example: `info`)
Note: Docker is canonical from README. Alternative: `npx db-mcp` / local build. Supports 139 tools, OAuth 2.1, HTTP/SSE. Use --tool-filter=codemode to minimize tool count.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.MCP server for interacting with the Supabase platform