We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/EmilyThaHuman/postgres-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
GITHUB_SETUP.md•572 B
# Push to a new GitHub repo
This project is ready to push to your own repo.
1. **Create a new repository on GitHub** (no README, no .gitignore).
- Go to https://github.com/new
- Name: `postgres-mcp-server` (or your choice)
- Create repository
2. **Point this repo at your new remote and push:**
```bash
cd postgres-mcp-server
git remote set-url origin https://github.com/YOUR_USER_OR_ORG/postgres-mcp-server.git
git push -u origin main
```
Replace `YOUR_USER_OR_ORG` with your GitHub username or org (e.g. `zerotwo-connectors` or `reedvogt`).