db-mcp (SQLite MCP Server) for Gemini CLI
io.github.neverinfamous/db-mcp
SQLite MCP server with OAuth 2.1, HTTP/SSE, 122 tools, and smart tool filtering
client:Gemini CLI
transport:stdio
runtime:npm
Install db-mcp (SQLite MCP Server) in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"db-mcp": {
"command": "npx",
"args": [
"-y",
"db-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs