apollo-mcp
by kakalition
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| APOLLO_PROVIDER__API_KEY | Yes | Your API key for the OpenAI-compatible provider. | |
| APOLLO_PROVIDER__BASE_URL | Yes | The base URL of your OpenAI-compatible provider endpoint (e.g., https://openrouter.ai/api/v1). Any OpenAI-compatible endpoint works. | |
| APOLLO_TELEGRAM__BOT_TOKEN | No | The Telegram bot token (required for the Telegram bot, but not necessarily for the MCP server). | |
| APOLLO_PROVIDER__CHAT_MODEL_ID | No | The model ID used for chat and planning tasks; overrides all tier model settings. | |
| APOLLO_PROVIDER__LIGHT_MODEL_ID | No | The model ID used for simple schemas (supervisor routing, memory extraction). | |
| APOLLO_TELEGRAM__ALLOWED_USER_IDS | No | A list of allowed Telegram user IDs (e.g., [123456789]). | |
| APOLLO_PROVIDER__EMBEDDING_MODEL_ID | No | The model ID used for embeddings; overrides the [embeddings].model setting. |
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
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 | |
This server cannot be deployed