Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BLAWX_API_KEY | Yes | Blawx API Key. Can be created from the Profile page in the Blawx app with a Pro subscription. | |
| BLAWX_BASE_URL | No | The base URL of the Blawx server to connect to. | https://app.blawx.dev |
| BLAWX_MCP_HOST | No | Host to bind the MCP server to. | 127.0.0.1 |
| BLAWX_MCP_PORT | No | Port to bind the MCP server to. | 8765 |
| BLAWX_TEAM_SLUG | Yes | The team slug found in the project URL: https://app.blawx.dev/a/{team_slug}/project/{project_id} | |
| BLAWX_PROJECT_ID | Yes | The project ID found in the project URL: https://app.blawx.dev/a/{team_slug}/project/{project_id} |
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 | |