RAG Docs MCP Server
by gorizond
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| QDRANT_URL | No | Qdrant endpoint URL. | http://localhost:6333 |
| VECTOR_SIZE | No | Override default vector dimension (openai=1536, ollama=768). | |
| OPENAI_API_KEY | No | API key for OpenAI (required when EMBEDDINGS_PROVIDER is 'openai'). | |
| QDRANT_API_KEY | No | API key for Qdrant Cloud (optional for local). | |
| EMBEDDING_MODEL | No | Override default embedding model (provider-dependent). | |
| OLLAMA_BASE_URL | No | Base URL for local Ollama server. | http://localhost:11434 |
| OPENAI_BASE_URL | No | Custom OpenAI-compatible endpoint URL (e.g., LM Studio). | |
| EMBEDDINGS_PROVIDER | No | The embeddings provider to use. Options: 'openai' or 'ollama'. | ollama |
| PLAYWRIGHT_WS_ENDPOINT | No | WebSocket endpoint for remote Playwright server (optional). |
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/gorizond/mcp-server-ragdocs'
If you have feedback or need assistance with the MCP directory API, please join our Discord server