MCP Environment Proxy
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_ENV_PROXY_CONFIG | No | Path to the contexts.yaml configuration file. If not set, the server will look in default locations: ./contexts.yaml or ~/.config/mcp-env-proxy/contexts.yaml |
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_contextsA | List all available contexts. Returns a list of contexts with their configuration, showing which is currently active and which have cached tools. |
| switch_contextA | Switch to a different context. This changes the active MCP server connection to use different environment variables (AWS_PROFILE, AWS_REGION, etc.). Args: context_name: Name of the context to switch to Returns: Information about the new active context including available tools |
| get_current_contextA | Get information about the current context. Returns: Current context info including available tools |
| proxy_toolA | Call a tool on the current context's MCP server. This forwards the tool call to the underlying MCP server (EKS, ECS, CloudWatch, etc.) with the current context's environment variables. Args: tool_name: Name of the tool to call on the proxied server arguments: Arguments to pass to the tool Returns: Result from the proxied tool |
| list_proxied_toolsA | List tools available from the current context's MCP server. Returns: List of tools with their names and descriptions |
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/KamorionLabs/mcp-env-proxy'
If you have feedback or need assistance with the MCP directory API, please join our Discord server