MCP Registry
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| QDRANT_URL | Yes | URL for Qdrant vector database | |
| RERANK_URL | Yes | URL for reranking service | |
| POSTGRES_DB | Yes | PostgreSQL database name | |
| RERANK_MODEL | Yes | Model name for reranking | |
| EMBEDDING_URL | Yes | URL for the embedding service | |
| POSTGRES_HOST | Yes | PostgreSQL host | |
| POSTGRES_USER | Yes | PostgreSQL username | |
| MARKUP_API_KEY | Yes | API key for markup service | |
| PDF_HEALTH_URL | Yes | Health check URL for PDF extractor server | |
| QDRANT_API_KEY | Yes | API key for Qdrant | |
| EMBEDDING_MODEL | No | Embedding model for RAG inference | |
| EMBEDDING_API_KEY | Yes | API key for the embedding server | |
| LLM_SERVICE_MODEL | Yes | Model name for LLM service | |
| PDF_EXTRACTOR_URL | Yes | URL for PDF extraction service | |
| POSTGRES_PASSWORD | Yes | PostgreSQL password | |
| RERANK_HEALTH_URL | Yes | Health check URL for reranker server | |
| TRANSCRIBE_API_KEY | Yes | API key for transcribe service | |
| LLM_SERVICE_API_KEY | Yes | API key for LLM service | |
| MAIN_SERVER_API_KEY | Yes | API key for the main server | |
| EMBEDDING_HEALTH_URL | Yes | Health check URL for embedding server | |
| EMBEDDING_MODEL_NAME | Yes | Model name for embeddings | |
| EMBEDDING_URL_MODELS | Yes | URL for embedding models endpoint | |
| TRANSCRIBE_HEALTH_URL | Yes | Health check URL for transcribe server | |
| LLM_SERVICE_HEALTH_URL | Yes | Health check URL for LLM server | |
| LLM_SERVICE_MODELS_URL | Yes | URL for LLM models endpoint | |
| MARKUP_GET_METHODS_URL | Yes | URL for getting markup methods | |
| MARKUP_HEALTH_CHECK_URL | Yes | Health check URL for markup server | |
| MARKUP_PROCESS_FILE_URL | Yes | URL for processing files with markup | |
| MARKUP_PROCESS_TEXT_URL | Yes | URL for processing text with markup | |
| QDRANT_HEALTH_CHECK_URL | Yes | Health check URL for Qdrant server | |
| TRANSCRIBE_UPLOAD_AUDIO | Yes | URL for uploading audio for transcription | |
| LLM_SERVICE_COMPLETIONS_URL | Yes | URL for LLM completions endpoint | |
| LLM_SERVICE_CHAT_COMPLETIONS_URL | Yes | URL for LLM chat completions endpoint |
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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/redmadrobot-rnd/mcp-registry'
If you have feedback or need assistance with the MCP directory API, please join our Discord server