Blawx MCP Server
by Lexpedite
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} |
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 | |