mcp-apollo-config
by xsg22
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| APOLLO_OPERATOR | No | Operator name (required in editable mode) | |
| APOLLO_PASSWORD | Yes | Password for Apollo portal login | |
| APOLLO_USERNAME | Yes | Username for Apollo portal login | |
| APOLLO_PORTAL_URL | Yes | URL of Apollo portal | |
| APOLLO_TIMEOUT_MS | No | Timeout in milliseconds | 10000 |
| APOLLO_DEFAULT_ENV | No | Default environment (e.g., DEV, TEST) | |
| APOLLO_LOGIN_SUBMIT | No | Login submit endpoint (optional) | |
| MCP_APOLLO_LOG_LEVEL | No | Log level: DEBUG, INFO, WARN, ERROR | WARN |
| APOLLO_DEFAULT_APP_ID | No | Default app ID | |
| MCP_APOLLO_DEBUG_HTTP | No | Enable HTTP debug logging (true/false) | |
| APOLLO_DEFAULT_CLUSTER | No | Default cluster | default |
| APOLLO_GOVERNANCE_MODE | No | Governance mode: readonly or editable | readonly |
| APOLLO_DEFAULT_NAMESPACE | No | Default namespace | application |
Capabilities
Features and capabilities supported by this server
| 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 |
|---|---|
| apollo_get_namespace_configsC | Query all configs under a namespace/environment/cluster in Apollo. |
| apollo_get_keyC | Query a single key in a namespace/environment/cluster in Apollo. |
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/xsg22/mcp-apollo-config'
If you have feedback or need assistance with the MCP directory API, please join our Discord server