DigitalBrain MCP
by duanyu119
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port the server listens on when running natively with `npm start`. Defaults to 8787. | 8787 |
| DATA_PATH | No | Path to the directory containing the dataset/export files. Defaults to './.local-data' (the directory created by `npm run sample`). Use './.local-data/fixture' with synthetic fixture data. | ./.local-data |
| LOCAL_PORT | No | Host port to bind when running with Docker Compose. Defaults to 8787. | 8787 |
| TEST_ORIGIN | No | Public origin URL used by the validation tests (`npm run validate`). Defaults to http://localhost:8787. | http://localhost:8787 |
| PUBLIC_ORIGIN | No | Public base URL of the MCP server, used to construct the /mcp endpoint and download links. Defaults to http://localhost:8787. | http://localhost:8787 |
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 | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues