db_rag_mcp

Pulkit0111/db_rag_mcp

3.2

If you are the rightful owner of db_rag_mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This is a Model Context Protocol (MCP) server that transforms natural language into SQL queries using AI.

Tools

Functions exposed to the LLM to take actions

connect_database

Connect to your PostgreSQL database

disconnect_database

Safely close database connection

get_connection_status

Check if you're connected and see connection details

list_tables

See all tables in your database

describe_table

Get detailed information about a specific table (columns, types, constraints)

get_database_summary

Get an overview of your entire database structure

query_data

Ask questions and get data back

add_data

Insert new records using natural language

update_data

Modify existing records conversationally

delete_data

Remove records safely (requires specific criteria)

hello

Test server connection with a friendly greeting

server_info

Get server configuration and status information

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources