Skip to main content
Glama
MadeByNando

MCP Postgres Server

by MadeByNando

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
queryA

Execute SQL queries with pagination support and parameterization for security. Supports page sizes up to 500 rows.

describe_tableC

Get the structure of a database table

list_tablesC

List all tables in a schema

get_constraintsC

Get constraints for a table

list_schemasC

List all schemas in the database

list_indexesC

List indexes for a table or schema

explain_queryC

Get query execution plan (EXPLAIN)

get_table_statsC

Get table statistics and size information

list_viewsC

List views in a schema

list_functionsC

List functions and procedures in a schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 10 tools

Disambiguation5/5

Each tool has a clearly distinct purpose targeting specific database metadata or operations, with no overlap. For example, list_tables enumerates tables, describe_table provides table structure, and query executes SQL, making them easily distinguishable.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern using snake_case, such as list_tables, describe_table, and get_constraints. This uniformity makes the tool set predictable and easy to navigate.

Tool Count5/5

With 10 tools, the server is well-scoped for database introspection and querying, covering essential metadata operations without being overwhelming. Each tool serves a clear, necessary function in the domain.

Completeness4/5

The tool set provides comprehensive coverage for database metadata exploration and query execution, including listing, describing, and analyzing tables, schemas, and functions. A minor gap is the lack of tools for modifying database structures (e.g., creating or altering tables), but core read operations are complete.

Maintenance

ActivityInactive
ResponsivenessNo issues