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. |
Capabilities
Features and capabilities supported by this server
| 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_weather | Get weather for location via HTTP call. |
| calculator__add | Add two numbers |
| calculator__multiply | 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
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