Skip to main content
Glama
Toligrim

letopis-mcp

by Toligrim

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LETOPIS_MCP_DBNoPath 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_HOSTNoLoopback address to bind to. Non-local addresses are rejected.127.0.0.1
LETOPIS_MCP_PORTNoTCP port for the Streamable HTTP endpoint.8765
LETOPIS_MCP_LOG_LEVELNoLog level for structured logs: DEBUG, INFO, WARNING, ERROR, or CRITICAL.INFO
LETOPIS_MCP_CURSOR_SECRETNoHMAC-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_CONCURRENCYNoMaximum number of concurrent read-only database operations.8
LETOPIS_MCP_ROLLING_CALLS_MAXNoMaximum number of completed calls in the global rolling window.60
LETOPIS_MCP_ROLLING_CHARS_MAXNoMaximum number of characters returned in the same rolling window.250000
LETOPIS_MCP_QUERY_TIMEOUT_SECONDSNoDeadline for SQLite queries and concurrency slot waiting.30.0
LETOPIS_MCP_ROLLING_WINDOW_SECONDSNoLength 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

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources