Documentation Index
Fetch the complete documentation index at: https://kremis.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
From Source
Requires Rust 1.89+ (stable, edition 2024).target/release/:
kremis— CLI and HTTP serverkremis-mcp— MCP server for AI assistants
Verify
Docker
Environment Variables
| Variable | Description | Default |
|---|---|---|
KREMIS_API_KEY | Enables Bearer token authentication | (disabled) |
KREMIS_RATE_LIMIT | Requests per second rate limit | 100 |
KREMIS_CORS_ORIGINS | Comma-separated allowed origins, or * | localhost only |
KREMIS_LOG_FORMAT | Log output format: text or json | text |
RUST_LOG | Log level filter (e.g. kremis=debug, info) | kremis=info,tower_http=debug |
KREMIS_URL | Kremis server URL (used by the MCP bridge) | http://localhost:8080 |