Skip to content

Instantly share code, notes, and snippets.

@emerleite
Created July 4, 2025 12:40
Show Gist options
  • Save emerleite/916575c50f782b7c196e68c2d0be4c42 to your computer and use it in GitHub Desktop.
Save emerleite/916575c50f782b7c196e68c2d0be4c42 to your computer and use it in GitHub Desktop.
{
"mcpServers": {
"postgres": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-postgres",
"postgresql://<user>:<pass>@<host>:<port>/<database>"
],
"env": {
"PATH": "/Users/<user>/.asdf/shims:/opt/homebrew/bin:/usr/bin:/bin",
"ASDF_DIR": "/opt/homebrew/opt/asdf/libexec",
"ASDF_DATA_DIR": "/Users/<user>/.asdf",
"ASDF_NODEJS_VERSION": "23.11.0"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment