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 |
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/Qvakk/docs-scraper-shell-for-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server