sanitized-db-mcp
by ruminaider
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP port for SSE transport | 8000 |
| MCP_API_KEY | No | Bearer token for HTTP authentication | |
| DATABASE_URL | No | PostgreSQL connection string (used if not using Render) | |
| MCP_TRANSPORT | No | Transport mode: stdio or sse | stdio |
| ALLOWLIST_PATH | Yes | Path to allowlist.yaml | |
| RENDER_API_KEY | No | Render API bearer token (used if using Render) | |
| MCP_SERVER_NAME | No | MCP server name (affects tool name) | sanitized-db |
| RENDER_POSTGRES_ID | No | Render Postgres instance ID (used if using Render) | |
| MCP_MAX_CONNECTIONS | No | Max concurrent connections for SSE | |
| MCP_SESSION_TIMEOUT | No | Max SSE session duration in seconds |
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/ruminaider/sanitized-db-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server