MCP Server
MCP
io.github.jztan/qt4-doc-mcp-server
Offline MCP server for local Qt 4.8, Qt 5, and Qt 6 documentation with full-text search.
Install
uvx qt4-doc-mcp-server
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "qt4-doc-mcp-server",
"version": "0.7.0",
"transport": {
"type": "streamable-http",
"url": "http://127.0.0.1:8000/mcp"
},
"environmentVariables": [
{
"description": "Absolute path to a local Qt 4.8, Qt 5, or Qt 6 HTML documentation root (required)",
"isRequired": true,
"format": "string",
"name": "QT_DOC_BASE"
},
{
"description": "Writable directory for the search index and Markdown cache (default: $QT_DOC_BASE/.index; set when the documentation root is read-only)",
"format": "string",
"name": "QT_DOC_STATE_DIR"
},
{
"description": "Server bind address (default: 127.0.0.1)",
"format": "string",
"name": "SERVER_HOST"
},
{
"description": "Server port (default: 8000)",
"format": "number",
"name": "SERVER_PORT"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment