kunwarmahen/db-mcp-server
If you are the rightful owner of db-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The Database MCP Server allows AI applications to interact with PostgreSQL and MongoDB databases through the Model Context Protocol.
Tools
Functions exposed to the LLM to take actions
pg_version
Retrieve PostgreSQL server version information.
pg_list_tables
List all tables in a specified schema.
pg_list_rows
Query data from a table with a specified limit.
pg_insert_row
Insert a new record into a table.
mongo_list_collections
Get all collection names in the MongoDB database.
mongo_find
Query documents from a MongoDB collection.
mongo_insert
Insert a document into a MongoDB collection.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client