Redra MCP
by sacrosaunt
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Deprecated alternative for REDRA_PORT. If set, used as the Streamable HTTP port (defaults to '8000'). | |
| REDRA_HOST | No | Streamable HTTP bind address. Defaults to '127.0.0.1'. | |
| REDRA_PORT | No | Streamable HTTP port. Defaults to '8000'. Alternative: PORT. | |
| REDRA_DATABASE_PATH | No | Local SQLite database path. Defaults to a platform-specific data directory. | |
| REDRA_REQUEST_TIMEOUT | No | HTTP timeout in seconds. Defaults to '20'. | |
| REDRA_SETTLESIGNAL_URL | No | Dataset feed override. Defaults to the SettleSignal public feed (https://settlesignal.com/data/settlements.json). | |
| REDRA_TRUST_FLY_HEADERS | No | Trust Fly's client-IP header. Defaults to 'false'. | |
| REDRA_RATE_LIMIT_PER_HOUR | No | Streamable HTTP requests allowed per IP; '0' disables. Defaults to '0'. | |
| REDRA_MAX_REQUEST_BODY_BYTES | No | Maximum Streamable HTTP request-body size; '0' disables. Defaults to '1048576'. | |
| REDRA_MAX_CONCURRENT_REQUESTS | No | Maximum in-flight HTTP requests; '0' disables. Defaults to '0'. | |
| REDRA_SEARCH_CACHE_MAX_ENTRIES | No | Maximum in-process search-cache entries; '0' disables. Defaults to '512'. | |
| REDRA_SEARCH_CACHE_TTL_SECONDS | No | In-process normalized search-cache lifetime in seconds; '0' disables. Defaults to '30'. |
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/sacrosaunt/Redra'
If you have feedback or need assistance with the MCP directory API, please join our Discord server