postgres-mcp-server-stateless

kripala/postgres-mcp-server-stateless

3.2

If you are the rightful owner of postgres-mcp-server-stateless 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.

A Model Context Protocol (MCP) server for standardized interaction with PostgreSQL databases.

Tools

Functions exposed to the LLM to take actions

execute_query

Execute SELECT queries with optional parameters.

analyze_query_performance

Analyze query execution plans.

insert_data

Insert data into tables.

update_data

Update existing data.

delete_data

Delete data from tables.

create_table

Create new tables with column definitions.

drop_table

Drop existing tables.

create_index

Create indexes on table columns.

list_tables

List all tables in a schema.

describe_table

Get detailed table structure information.

list_indexes

List all indexes for a table.

get_table_stats

Get table statistics (row count, size, etc.).

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources