letopis-mcp
by Toligrim
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LETOPIS_MCP_DB | No | Path to the SQLite index. Defaults to the value of [general].db from config.toml, usually data/index.db. Relative paths are resolved from the project root. | data/index.db |
| LETOPIS_MCP_HOST | No | Loopback address to bind to. Non-local addresses are rejected. | 127.0.0.1 |
| LETOPIS_MCP_PORT | No | TCP port for the Streamable HTTP endpoint. | 8765 |
| LETOPIS_MCP_LOG_LEVEL | No | Log level for structured logs: DEBUG, INFO, WARNING, ERROR, or CRITICAL. | INFO |
| LETOPIS_MCP_CURSOR_SECRET | No | HMAC-SHA256 secret for opaque cursors. There is no default; a temporary random secret is generated per process. Required in production so cursors survive restarts. | |
| LETOPIS_MCP_MAX_CONCURRENCY | No | Maximum number of concurrent read-only database operations. | 8 |
| LETOPIS_MCP_ROLLING_CALLS_MAX | No | Maximum number of completed calls in the global rolling window. | 60 |
| LETOPIS_MCP_ROLLING_CHARS_MAX | No | Maximum number of characters returned in the same rolling window. | 250000 |
| LETOPIS_MCP_QUERY_TIMEOUT_SECONDS | No | Deadline for SQLite queries and concurrency slot waiting. | 30.0 |
| LETOPIS_MCP_ROLLING_WINDOW_SECONDS | No | Length of the rolling window in seconds. | 600 |
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