Skip to main content
Glama

PostgreSQL MCP Server

by nahmanmate

get_setup_instructions

Generate step-by-step PostgreSQL installation instructions tailored to your operating system, version, and use case (development or production). Simplify PostgreSQL setup with precise guidance.

Instructions

Get step-by-step PostgreSQL setup instructions

Input Schema

NameRequiredDescriptionDefault
platformYesOperating system platform
useCaseNoIntended use case
versionNoPostgreSQL version to install

Input Schema (JSON Schema)

{ "properties": { "platform": { "description": "Operating system platform", "enum": [ "linux", "macos", "windows" ], "type": "string" }, "useCase": { "description": "Intended use case", "enum": [ "development", "production" ], "type": "string" }, "version": { "description": "PostgreSQL version to install", "type": "string" } }, "required": [ "platform" ], "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