Server data from the Official MCP Registry
A dead-simple, self-hosted MCP server for securely querying databases via AI agents.
A dead-simple, self-hosted MCP server for securely querying databases via AI agents.
db-conn-mcp is a well-architected, security-conscious MCP server for database queries. The codebase demonstrates strong security practices: DSNs are never logged or displayed, read-only enforcement is layered (native PostgreSQL + statement validation), and identifier quoting prevents SQL injection. Code quality is high with proper input validation and error handling. Permissions are appropriate for the stated purpose (database connectivity). A few minor observations: broad exception handling in some areas, and the interactive setup wizard stores unencrypted DSNs in JSON files (though this is inherent to the design and mitigated by git-ignore guidance). Supply chain analysis found 4 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
4 files analyzed · 10 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-idle-sync-db-conn-mcp": {
"args": [
"db-conn-mcp"
],
"command": "uvx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.