riffado-mcp
by L480
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HTTP_HOST | No | Host to bind for HTTP transport | localhost |
| HTTP_PORT | No | Port for HTTP transport | 3000 |
| TRANSPORT | No | Transport mode: 'stdio' or 'http' | stdio |
| CACHE_TTL_MS | No | Decrypted-store cache TTL in ms | 60000 |
| DATABASE_URL | Yes | Postgres connection string, e.g. postgresql://postgres:...@riffado-db:5432/riffado | |
| ENCRYPTION_KEY | Yes | 64 hex chars (32-byte AES key) for decrypting at-rest ciphertext | |
| HTTP_AUTH_TOKEN | No | Shared secret for HTTP transport; if unset, HTTP runs unauthenticated | |
| HTTP_PUBLIC_URL | No | OAuth issuer; must be HTTPS unless localhost | |
| RIFFADO_APP_URL | No | Base URL for deep links, e.g. https://riffado.example.com (optional) | |
| RIFFADO_USER_ID | No | Restrict to one user (optional) | |
| HTTP_TRUST_PROXY | No | Express trust proxy setting | 1 |
| HTTP_OAUTH_ENABLED | No | Enable OAuth for HTTP transport (only with token set) | true |
| HTTP_AUTH_HEADER_NAME | No | Header name for the auth token | x-mcp-token |
| HTTP_OAUTH_STATE_FILE | No | Path to persist OAuth state | ~/.riffado-mcp-oauth-state.json |
| DB_STATEMENT_TIMEOUT_MS | No | Statement timeout for the Postgres pool in ms | 10000 |
| HTTP_SESSION_TIMEOUT_MS | No | Idle session timeout in ms (0 = no expiry) | 0 |
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 | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues