Multi MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | The host to bind the SSE server to when running in SSE mode. | |
| port | No | The port to bind the SSE server to when running in SSE mode. | |
| BASE_URL | No | Environment variable for the base URL of the OpenAI-compatible API used by clients. | |
| transport | No | The communication transport mode to use. Can be 'stdio' for CLI-style operation or 'sse' for an HTTP SSE server. | stdio |
| MODEL_NAME | No | Environment variable for the model name, typically used for connecting LangGraph or other clients. | |
| BRAVE_API_KEY | No | API key required for the Brave Search MCP server to provide web search capabilities. | |
| OPENAI_API_KEY | No | Environment variable for the OpenAI API key used by clients. | |
| MULTI_MCP_API_KEY | No | Optional secret key for authentication when managing the proxy via HTTP API. | |
| GITHUB_PERSONAL_ACCESS_TOKEN | No | Personal access token required for the GitHub MCP server to manage repositories, issues, and pull requests. |
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
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| completions | {} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| weather__get_weatherC | Get weather for location via HTTP call. |
| calculator__addB | Add two numbers |
| calculator__multiplyB | Multiply two numbers |
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/itstanner5216/multi-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server