MCP Secure Relay
by jinyinghua
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| REDIS_URL | No | Native Redis/Redis Cloud connection string (rediss://...) used for audit storage. Takes precedence over Upstash REST configuration. | |
| MCP_API_KEYS | Yes | Mandatory. One or more API keys used to authenticate MCP clients. The relay rejects every request if this is unset. | |
| AUDIT_API_KEY | Yes | Separate API key required to access the audit endpoint. Generate with `openssl rand -base64 48`. | |
| REMOTE_AGENT_URL | Yes | URL of the remote relay-agent endpoint that Vercel connects to. Must be reachable from Vercel (e.g. through a private tunnel or public address). | |
| NEXT_PUBLIC_APP_URL | Yes | The public HTTPS URL of the deployed Vercel application. Set this after initial deployment and redeploy. | |
| RELAY_SHARED_SECRET | Yes | Shared secret used to derive AES-256-GCM encryption and HMAC-SHA256 authentication keys for Vercel-to-agent communication. Generate with `openssl rand -base64 32`. | |
| UPSTASH_REDIS_REST_URL | No | Upstash Redis REST URL used when REDIS_URL is not set. | |
| UPSTASH_REDIS_REST_TOKEN | No | Upstash Redis REST token used when REDIS_URL is not set. |
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/jinyinghua/mcp-secure-relay-vercel'
If you have feedback or need assistance with the MCP directory API, please join our Discord server