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 |
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 | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jztan/qt4-doc-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server