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
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 | |