Skip to main content
Glama
wesleyyeung

Postgres MCP Server

by wesleyyeung
postgres-mcp.service.template500 B
[Unit] Description=Postgres MCP Server After=network.target [Service] Type=simple WorkingDirectory=/path/to/working/directory EnvironmentFile=/path/to/environmentFile Environment=PYTHONUNBUFFERED=1 ExecStart=/path/to/python /path/to/working/directory/mcp_postgres_server.py --transport streamable-http --host 0.0.0.0 --port 8000 Restart=on-failure RestartSec=3 User=remote Group=remote SyslogIdentifier=postgres-mcp StandardOutput=journal StandardError=journal [Install] WantedBy=multi-user.target

Latest Blog Posts

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/wesleyyeung/postgres-mcp'

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