67
/ 100
22 days ago
glama

SQLite Database MCP Server with Google OAuth

Enables AI assistants to perform CRUD operations on a SQLite database, with all tools protected by Google OAuth 2.0 authentication.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 1 credential: GOOGLE_CLIENT_SECRET
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configGOOGLE_CLIENT_IDyour-client-id-here
🔐 secretGOOGLE_CLIENT_SECRETyour-client-secret-here
configREDIRECT_URINote: You can change the port in if port 8080 is already in use. The auth.py script automatically parses this URL to determine which port to listen on.
configDATABASE_URL
configFASTMCP_LOG_LEVEL
configFASTMCP_SHOW_SERVER_BANNER
configFASTMCP_LOG_ENABLED
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 6 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/donlw-mcp-server-with-oauth-1iqtvr)](https://m8ven.ai/mcp/donlw-mcp-server-with-oauth-1iqtvr)
commit: c38fb845fc37521f0483d37587b8fea891a0dfc2
code hash: 8db8db61fc5da6891d59735593dcde365d5b56302726ca7038094bab4b1b2d69
verified: 7/9/2026, 10:02:01 AM
view raw JSON →