TabulaRAG
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_KEY | No | Optional static key for script/API access | |
| SMTP_FROM | No | Sender email address | |
| SMTP_HOST | No | Brevo SMTP relay for verification/reset emails | |
| SMTP_PORT | No | SMTP port | 587 |
| SMTP_USER | No | SMTP login | |
| JWT_SECRET | Yes | Secret for signing JWT tokens (required) | |
| QDRANT_URL | Yes | Qdrant endpoint (required) | |
| POSTGRES_DB | Yes | Database name (required) | tabularag |
| DATABASE_URL | Yes | PostgreSQL connection string (required) | |
| POSTGRES_USER | Yes | Database user (required) | tabularag |
| SMTP_PASSWORD | No | SMTP key | |
| GOOGLE_CLIENT_ID | No | Google OAuth client ID | |
| POSTGRES_PASSWORD | Yes | Database password (required) | |
| PUBLIC_UI_BASE_URL | Yes | Frontend URL used in email links (required) | http://localhost:5173 |
| PUBLIC_API_BASE_URL | Yes | Backend URL used in email links (required) | http://localhost:8000 |
| GOOGLE_CLIENT_SECRET | No | Google OAuth client secret |
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/angelafeliciaa/TabulaRAG'
If you have feedback or need assistance with the MCP directory API, please join our Discord server