Snipara
by Snipara
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| REDIS_URL | No | Recommended. Redis connection string for distributed rate limits, cache, and event streaming. | |
| SENTRY_DSN | No | Optional. Sentry DSN for external error reporting. Only set when explicitly opted in. | |
| DATABASE_URL | Yes | Required. PostgreSQL connection string used by Snipara for documents, embeddings, memories, logs, and usage records. | |
| PRELOAD_EMBEDDINGS | No | Optional. Set to 'false' to load embedding models lazily instead of preloading. | true |
| CORS_ALLOWED_ORIGINS | No | Recommended when a browser client is used. Comma-separated list of allowed CORS origins. | |
| EMBEDDING_SERVICE_URL | No | Optional. URL of an operator-managed embedding service. | |
| SNIPARA_LOCAL_API_KEY | Yes | Required. Local API key used for authentication with the MCP endpoint. Set to a long random value. | |
| USAGE_TRACKING_ENABLED | No | Optional. Set to 'false' to disable the local PostgreSQL query ledger. | true |
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