Danor93/mcp-postgresql-server
3.1
If you are the rightful owner of mcp-postgresql-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.
This project is a Flask application integrated with PostgreSQL using the Model Context Protocol (MCP) for database operations, enhanced with LangChain/Ollama for LLM functionality.
Tools
Functions exposed to the LLM to take actions
insert_user
Create new user
get_users
Retrieve all users
get_user_by_id
Get specific user
update_user
Update existing user
delete_user
Delete user
query_with_llm
Natural language database queries
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client