Show HN: Dbmcp – An Instant MCP Server for Your DB

1 shoomkloom 2 9/11/2025, 9:24:14 AM dbmcp.me ↗
DBMCP is an open-source instant online MCP server for your DB's. Paste in your connection string and get the MCP config for your agent of choice. Currently supports MongoDB connection strings. More DBs coming soon. Let me know how it woks for you and if you find it useful.

Comments (2)

shubhamintech · 1h ago
Aye nicee! I did not find in the code but are you planning to handle how to minimize context sharing or handling limits per client?

It'd be cool for this to have a config of sorts like we do for Toolbox for Databases by Google

shoomkloom · 39m ago
Thanks! That’s a really good point. Right now DBMCP is focused on making the “zero-install, paste your connection string and go” workflow work smoothly for MongoDB. But I agree that minimizing context sharing and enforcing limits per client is going to be important as people start plugging this into real agents.