mcp-retrieval
by Role1776
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_MODE | No | Logging mode: local or prod. | local |
| MCP_NAME | No | Server name advertised to clients. | mcp-retrieval |
| MCP_PATH | No | HTTP route (http transport only). | /mcp |
| MAX_IMAGES | No | Maximum number of images per query. | 10 |
| PROXY_HOST | No | Proxy host. If set, all proxy credentials are required. | |
| PROXY_PORT | No | Proxy port. Required when PROXY_HOST is set. | |
| MAX_QUERIES | No | Maximum number of queries/URLs per call. | 10 |
| MAX_RESULTS | No | Maximum number of search results per query. | 20 |
| MCP_VERSION | No | Server version advertised to clients. | 0.1.0 |
| PROXY_LOGIN | No | Proxy login. Required when PROXY_HOST is set. | |
| SERVER_PORT | No | HTTP server port (http transport only). | 8080 |
| PROXY_SCHEME | No | Proxy scheme. Required when PROXY_HOST is set. | |
| MCP_TRANSPORT | No | Transport: stdio or http. | stdio |
| DEFAULT_IMAGES | No | Default number of images per query. | 5 |
| MAX_TIMEOUT_MS | No | Maximum timeout in milliseconds. | 10000 |
| MIN_TIMEOUT_MS | No | Minimum timeout in milliseconds. | 1000 |
| PROXY_PASSWORD | No | Proxy password. Required when PROXY_HOST is set. | |
| DEFAULT_RESULTS | No | Default number of search results per query. | 5 |
| DEFAULT_TIMEOUT_MS | No | Default timeout in milliseconds. | 5000 |
| MAX_DOCUMENT_CHARS | No | Maximum characters for scraped pages. | 20000 |
| SERVER_READ_TIMEOUT | No | HTTP server read timeout. | 60s |
| SERVER_WRITE_TIMEOUT | No | HTTP server write timeout. | 60s |
| DEFAULT_DOCUMENT_CHARS | No | Default maximum characters for scraped pages. | 20000 |
| MAX_IDLE_CONNS_PER_HOST | No | HTTP connection pooling. | 100 |
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/Role1776/mcp-retrieval'
If you have feedback or need assistance with the MCP directory API, please join our Discord server