Avanti Fellows PostgreSQL MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AF_DB_HOST | Yes | The database host | |
| AF_DB_NAME | Yes | The database name | |
| AF_DB_PORT | No | The database port | 5432 |
| AF_DB_USER | Yes | The database username | |
| AF_DB_PASSWORD | Yes | The database password |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| queryA | Execute a read-only SQL query against the database. |
| list_tablesA | List all tables in the database. |
| describe_tableA | Get detailed schema information for a table. |
| sample_dataA | Get sample rows from a table. |
| count_rowsA | Count rows in a table, optionally with a WHERE clause. |
| search_columnsA | Search for columns by name across all tables. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/avantifellows/mcp-postgres'
If you have feedback or need assistance with the MCP directory API, please join our Discord server