Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BB_WS_HOST | No | Host for the Bitburner WebSocket server | 0.0.0.0 |
| BB_WS_PORT | No | Port for the Bitburner WebSocket server | 12525 |
| BB_API_PORT | No | Port for the REST API server | 3001 |
| BB_API_TOKEN | No | Optional bearer token for API and MCP endpoints | |
| BB_API_BASE_URL | No | Base URL for the API server | http://localhost:3001 |
| BB_MCP_HTTP_HOST | No | Host for the MCP Streamable HTTP transport | 127.0.0.1 |
| BB_MCP_HTTP_PATH | No | Path for the MCP Streamable HTTP transport | /mcp |
| BB_MCP_HTTP_PORT | No | Port for the MCP Streamable HTTP transport | 3003 |
| BB_DASHBOARD_HOST | No | Host for the local dashboard | 127.0.0.1 |
| BB_DASHBOARD_PORT | No | Port for the local dashboard | 3002 |
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 | |