QLD Legislation MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| QLD_DB_PATH | No | Path to the ChromaDB directory (overrides db_path in settings). | |
| QLD_MCP_PATH | No | Secret URL path for the HTTP MCP server (required when serving via HTTP). | |
| QLD_SETTINGS | No | Path to settings JSON file. If not set, server looks for config/settings.json and then config/settings.example.json. | |
| QLD_MCP_TOKEN | No | Optional bearer token for HTTP MCP server authorization. | |
| QLD_COLLECTION | No | Name of the ChromaDB collection (overrides collection in settings). | |
| QLD_ONNX_MODEL_DIR | No | Directory containing the ONNX model (overrides onnx_model_dir in settings). | |
| QLD_EMBEDDING_DEVICE | No | Device for embedding (e.g., 'cpu', 'mps', 'cuda'; overrides embedding_device in settings). | |
| QLD_EMBEDDING_BACKEND | No | Backend for embedding ('torch' or 'onnx-int8'; overrides embedding_backend in settings). | |
| QLD_MCP_ALLOWED_HOSTS | No | Comma-separated list of allowed hostnames for DNS-rebinding protection (when using HTTP). |
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/callmemitch27/Legislation-QLD-Cth-Retrieval-Augmented-Generation-'
If you have feedback or need assistance with the MCP directory API, please join our Discord server