docs-scraper
by Qvakk
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DOCS_URLS | No | Documentation URLs to scrape, comma-separated for multiple sites. (e.g., https://docs.example.com/) | |
| HTTP_PORT | No | Port for HTTP mode (default: 3000, mapped to 3003 on host). | 3000 |
| TRANSPORT | No | Transport mode: stdio (local MCP) or http (remote/Kubernetes). Default is stdio. | stdio |
| SWAGGER_URLS | No | Swagger/OpenAPI JSON URLs, comma-separated (optional). | |
| USE_EMBEDDINGS | No | Enable semantic search (true) or keyword search (false). Default is true. | true |
| CRAWL_MAX_DEPTH | No | Maximum crawl depth (0-3, recommended 2). Default is 2. | 2 |
| EMBEDDING_PROVIDER | No | Embedding provider: huggingface, openai, or azure. Default is huggingface. | huggingface |
| AUTO_UPDATE_ENABLED | No | Enable scheduled documentation updates (true/false). Default is false. | false |
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
ActivityInactive
ResponsivenessNo issues