Database Lookup Protocol (DLP)
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PGHOST | No | PostgreSQL Database host (alias) | |
| PGPORT | No | PostgreSQL Database port (alias) | |
| PGUSER | No | PostgreSQL Username (alias) | |
| PG_SSL | No | Set to true to enable SSL for PostgreSQL | |
| DB_TYPE | No | Explicitly set DB type: postgres, mysql, mongodb, mssql, prisma | |
| PG_HOST | No | PostgreSQL Database host | |
| PG_PORT | No | PostgreSQL Database port | 5432 |
| PG_USER | No | PostgreSQL Username | |
| MSSQL_HOST | No | Microsoft SQL Server host | |
| MSSQL_PORT | No | Microsoft SQL Server port | 1433 |
| MSSQL_USER | No | Microsoft SQL Server username | |
| MYSQL_HOST | No | MySQL Database host | |
| MYSQL_PORT | No | MySQL Database port | 3306 |
| MYSQL_USER | No | MySQL Username | |
| PGDATABASE | No | PostgreSQL Database name (alias) | |
| PGPASSWORD | No | PostgreSQL Password (alias) | |
| MONGODB_URI | No | Full MongoDB connection URI | |
| PG_DATABASE | No | PostgreSQL Database name | |
| PG_PASSWORD | No | PostgreSQL Password | |
| DATABASE_URL | No | Full connection string (auto-detects DB type from scheme). Supported for PostgreSQL, MySQL, MongoDB, MSSQL, and Prisma. | |
| MSSQL_ENCRYPT | No | Set to false to disable encryption for MSSQL | |
| MSSQL_DATABASE | No | Microsoft SQL Server database name | |
| MSSQL_PASSWORD | No | Microsoft SQL Server password | |
| MYSQL_DATABASE | No | MySQL Database name | |
| MYSQL_PASSWORD | No | MySQL Password | |
| MONGODB_DATABASE | No | MongoDB Database name (defaults to 'test' if not in URI) | |
| MSSQL_TRUST_CERT | No | Set to true to trust self-signed certificates for MSSQL |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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/kalyangupta12/Database-Lookup-Protocol'
If you have feedback or need assistance with the MCP directory API, please join our Discord server