Qt4 Documentation MCP Server
by jztan
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| QT_DOC_BASE | Yes | Absolute path to the Qt 4.8.4 HTML docs (.../doc/html). | |
| SERVER_HOST | No | Bind address for the FastMCP server (0.0.0.0 for containers). | 127.0.0.1 |
| SERVER_PORT | No | TCP port for streamable HTTP transport. | 8000 |
| MD_CACHE_DIR | No | Directory for cached Markdown blobs + metadata. | .cache/md |
| INDEX_DB_PATH | No | Location of the SQLite FTS5 search index. | .index/fts.sqlite |
| MCP_LOG_LEVEL | No | Logging verbosity (DEBUG/INFO/WARNING/ERROR). | WARNING |
| MD_CACHE_SIZE | No | In-memory CachedDoc LRU capacity (counts pages). | 512 |
| PRECONVERT_MD | No | Warm the Markdown cache automatically at startup. | true |
| PREINDEX_DOCS | No | Build search index automatically at startup if not present. | true |
| DEFAULT_MAX_MARKDOWN_LENGTH | No | Default maximum characters returned per request (prevents token limit issues). | 20000 |
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
ActivityStale
ResponsivenessNo issues