Db Conn Mcp is a Model Context Protocol (MCP) server: A dead-simple, self-hosted MCP server for securely querying databases via AI agents. In practice that means any MCP-compatible AI assistant can call Db Conn Mcp's tools directly — the model decides when to use them in a conversation or agent run.
It runs locally: the Python package db-conn-mcp (via uvx) speaks MCP over stdio on your machine. No credentials are required — it works out of the box. The current release is v0.7.1, published under the MIT license, with source at Idle-Sync/db-conn-mcp on GitHub.
Db Conn Mcp is listed under AI & Agents on mcp.site and works with any MCP client — Claude Desktop, Claude Code, Cursor, VS Code, Windsurf, Zed and the rest of the ecosystem — using the install snippets below. If you maintain Db Conn Mcp for Idle-Sync, claim this listing to verify ownership, earn the Verified badge, and keep the details current.
▸PyPI package — db-conn-mcp · MCP over stdio
▸Open source — MIT license · Idle-Sync/db-conn-mcp