<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Shoom Kloom</title>
    <description>The latest articles on DEV Community by Shoom Kloom (@shoomkloom).</description>
    <link>https://dev.to/shoomkloom</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2576909%2Ff0057f3e-8031-4fbe-a749-a1535c775ad9.jpg</url>
      <title>DEV Community: Shoom Kloom</title>
      <link>https://dev.to/shoomkloom</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shoomkloom"/>
    <language>en</language>
    <item>
      <title>DBMCP Updated! – the online instant MCP server for your DB now supports MongoDB, PostgreSQL and MySQL.</title>
      <dc:creator>Shoom Kloom</dc:creator>
      <pubDate>Wed, 15 Oct 2025 09:39:40 +0000</pubDate>
      <link>https://dev.to/shoomkloom/dbmcp-updated-the-online-instant-mcp-server-for-your-db-now-supports-mongodb-postgresql-and-5gmh</link>
      <guid>https://dev.to/shoomkloom/dbmcp-updated-the-online-instant-mcp-server-for-your-db-now-supports-mongodb-postgresql-and-5gmh</guid>
      <description>&lt;p&gt;This is an update to this post:&lt;br&gt;
&lt;a href="https://dev.to/shoomkloom/introducing-dbmcp-the-online-instant-mcp-server-for-your-db-1jff"&gt;Introducing: DBMCP – the online instant MCP server for your DB&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Using an MCP server with your AI assistant is almost like magic.&lt;br&gt;
Using it with your DB is even better!&lt;/p&gt;

&lt;p&gt;You can get quick insights into your data without remembering complex SQL or MongoDB syntax.&lt;/p&gt;

&lt;p&gt;Even better: because you are using an MCP server with tools, you get more reliable answers: the LLM is generating the query but not the actual code to execute it.&lt;/p&gt;




&lt;p&gt;Just ask straightforward questions:&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fa75p5j1tvd2p2fc0lreu.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fa75p5j1tvd2p2fc0lreu.png" alt="Just ask straightforward questions" width="504" height="1234"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  ❤️ Love It? Star It!
&lt;/h2&gt;

&lt;p&gt;DBMCP is completely open-source and free under the Apache-2.0 license.&lt;br&gt;
If this tool saves you time, helps you learn, or just puts a smile on your face, the single biggest way you can support its development is to give it a star on GitHub.&lt;/p&gt;

&lt;p&gt;⭐ &lt;strong&gt;Star the DBMCP Repository:&lt;/strong&gt; &lt;a href="https://github.com/shoomkloom/dbmcp-server" rel="noopener noreferrer"&gt;https://github.com/shoomkloom/dbmcp-server&lt;/a&gt;&lt;br&gt;&lt;br&gt;
Stars help the project gain visibility, encourage further development, and let other developers know it's a tool worth using. It’s a quick, free way to say "thanks" and ensure this tool keeps getting better.&lt;br&gt;
I'd love to hear your thoughts, feature requests, or see your contributions.&lt;/p&gt;

</description>
      <category>programming</category>
      <category>mcp</category>
      <category>agents</category>
      <category>ai</category>
    </item>
    <item>
      <title>Introducing: DBMCP – the online instant MCP server for your DB</title>
      <dc:creator>Shoom Kloom</dc:creator>
      <pubDate>Sun, 14 Sep 2025 12:11:42 +0000</pubDate>
      <link>https://dev.to/shoomkloom/introducing-dbmcp-the-online-instant-mcp-server-for-your-db-1jff</link>
      <guid>https://dev.to/shoomkloom/introducing-dbmcp-the-online-instant-mcp-server-for-your-db-1jff</guid>
      <description>&lt;p&gt;You have a MongoDB collection but you forgot the schema; also, you want to know how many documents have the word “Test” in the name and what the last creation date was?&lt;br&gt;
Don’t you wish you could just ask your AI assistant?&lt;/p&gt;




&lt;h2&gt;
  
  
  🤔 What is DBMCP?
&lt;/h2&gt;

&lt;p&gt;DBMCP is an online instant MCP server for your DB.&lt;br&gt;
Simply paste your connection string in &lt;a href="https://www.dbmcp.me" rel="noopener noreferrer"&gt;https://www.dbmcp.me&lt;/a&gt; and get instant instructions for most common AI coding assistants e.g. Cursor, Claude Desktop, VSCode copilot and more.&lt;br&gt;
No install necessary. &lt;br&gt;
Multiple instances supported.&lt;br&gt;
No more complicated scripts. &lt;br&gt;
No more guessing.&lt;br&gt;
Supports MongoDB connection strings for Atlas and Azure CosmosDB clusters.&lt;br&gt;
Support for more DB types planned in the future.&lt;/p&gt;




&lt;h2&gt;
  
  
  🌟 This Tool is For You If…
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;You use a DB.&lt;/li&gt;
&lt;li&gt;You want quick and clear insights into your data.&lt;/li&gt;
&lt;li&gt;You just love cool, well-built developer tools that solve a real problem.&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  ❤️ Love It? Star It!
&lt;/h2&gt;

&lt;p&gt;DBMCP is completely open-source and free under the Apache-2.0 license.&lt;br&gt;
If this tool saves you time, helps you learn, or just puts a smile on your face, the single biggest way you can support its development is to give it a star on GitHub.&lt;/p&gt;

&lt;p&gt;⭐ &lt;strong&gt;Star the DBMCP Repository:&lt;/strong&gt; &lt;a href="https://github.com/shoomkloom/dbmcp-server" rel="noopener noreferrer"&gt;https://github.com/shoomkloom/dbmcp-server&lt;/a&gt;&lt;br&gt;&lt;br&gt;
Stars help the project gain visibility, encourage further development, and let other developers know it's a tool worth using. It’s a quick, free way to say "thanks" and ensure this tool keeps getting better.&lt;br&gt;
I'd love to hear your thoughts, feature requests, or see your contributions. &lt;/p&gt;

</description>
      <category>programming</category>
      <category>mcp</category>
      <category>agents</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
