halaxy-mcp
by ryanhunt
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | Internal hostname or interface for the HTTP server when using HTTP transport. | |
| MCP_PORT | No | Internal port for the HTTP server when using HTTP transport. | |
| MCP_TRANSPORT | No | Transport mode. Set to 'http' to run the MCP server over HTTP (uvicorn) instead of stdio. | stdio |
| MCP_PUBLIC_URL | No | Public HTTPS URL clients use to reach the server; used as the OAuth issuer and redirect base. | |
| HALAXY_CLIENT_ID | Yes | Your Halaxy API key client ID. Required to authenticate with the Halaxy API. | |
| MCP_LOGIN_PASSWORD | No | Shared password for the OAuth login page. | |
| MCP_LOGIN_USERNAME | No | Shared username for the OAuth login page. | |
| HALAXY_CLIENT_SECRET | Yes | Your Halaxy API key client secret. Required to authenticate with the Halaxy API. | |
| MCP_OAUTH_STATE_FILE | No | Path to the JSON file used to persist OAuth registered clients and access tokens. | |
| MCP_ALLOWED_REDIRECT_URI_HOSTS | No | Comma-separated hostnames allowed as OAuth redirect URI hosts (security hardening). |
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 | |