PlainQuery
by Jarvis-27
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| APP_BASE_URL | No | Base URL used in setup payloads | |
| GROQ_API_KEY | No | LLM credentials for SQL generation (Groq) | |
| LLM_PROVIDER | Yes | Active provider name (e.g., 'anthropic' or 'groq') | |
| MCP_AUTH_MODE | No | Authentication mode for MCP endpoint: 'oauth_only', 'api_key_only', or 'hybrid' | |
| ANTHROPIC_API_KEY | No | LLM credentials for SQL generation (Anthropic) | |
| AUTH_DATABASE_URL | Yes | Auth/account database used by the hosted product | |
| FRONTEND_BASE_URL | No | Base URL used in email links | |
| REGISTRATION_OPEN | Yes | Enables or disables public signup | |
| STRIPE_SECRET_KEY | No | Stripe API secret key | |
| STRIPE_PRO_PRICE_ID | No | Stripe Price ID for Pro plan | |
| STRIPE_WEBHOOK_SECRET | No | Stripe webhook signing secret | |
| CREDENTIAL_ENCRYPTION_KEYS | Yes | Encrypts stored database URLs and other secrets | |
| STRIPE_CHECKOUT_CANCEL_URL | No | Optional redirect URL after cancelled checkout | |
| STRIPE_CHECKOUT_SUCCESS_URL | No | Optional redirect URL after successful checkout | |
| STRIPE_CUSTOMER_PORTAL_RETURN_URL | No | Optional return URL for Customer Portal |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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 | |