Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TOOLS | No | Set to 'api,mcpgateway' by default meaning both the Appmixer API tools such as 'get-flows' and 'MCP Gateway' entry points are enabled. | api,mcpgateway |
| APPMIXER_BASE_URL | Yes | Your Appmixer tenant API url. For example: https://api.YOUR_TENANT.appmixer.cloud | |
| APPMIXER_PASSWORD | No | Your Appmixer password. Required if APPMIXER_ACCESS_TOKEN is not provided. | |
| APPMIXER_USERNAME | No | Your Appmixer username. Required if APPMIXER_ACCESS_TOKEN is not provided. | |
| APPMIXER_ACCESS_TOKEN | No | Your Appmixer access token. Preferred over username/password for security. |
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 | |