Skip to main content
Glama

PostgreSQL-Performance-Tuner-Mcp

smithery.yaml670 B
runtime: container startCommand: type: http configSchema: type: object required: - database_uri properties: database_uri: type: string title: "Database URI" description: "PostgreSQL connection string (e.g., postgresql://user:password@host:port/database)" debug: type: boolean title: "Debug Mode" description: "Enable debug logging" default: false commandFunction: | (config) => ({ env: { DATABASE_URI: config.database_uri, DEBUG: config.debug ? "true" : "false" } }) build: dockerfile: "Dockerfile.streamable-http" dockerBuildPath: "."

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/isdaniel/pgtuner-mcp'

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