Skip to main content
Glama

PostgreSQL MCP Server

by nahmanmate

analyze_database

Evaluate PostgreSQL database configuration, performance, and security settings using a specified connection string. Identify optimization opportunities and ensure efficient database operations.

Instructions

Analyze PostgreSQL database configuration and performance

Input Schema

NameRequiredDescriptionDefault
analysisTypeNoType of analysis to perform
connectionStringYesPostgreSQL connection string

Input Schema (JSON Schema)

{ "properties": { "analysisType": { "description": "Type of analysis to perform", "enum": [ "configuration", "performance", "security" ], "type": "string" }, "connectionString": { "description": "PostgreSQL connection string", "type": "string" } }, "required": [ "connectionString" ], "type": "object" }

You must be authenticated.

Other Tools from PostgreSQL MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nahmanmate/postgresql-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server