blob-storage
by shgsousa
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_HOST | No | REST API bind address | 0.0.0.0 |
| API_PORT | No | REST API port | 8000 |
| MCP_HOST | No | MCP server bind address | 0.0.0.0 |
| MCP_PORT | No | MCP server port | 8001 |
| STORAGE_DIR | No | Directory for blob files | ./data/blobs |
| DATABASE_URL | No | SQLAlchemy async DB URL | sqlite+aiosqlite:///./data/metadata.db |
| MCP_API_BASE_URL | No | REST API URL used internally by the MCP server | http://127.0.0.1:8000 |
| DEFAULT_TTL_SECONDS | No | Default TTL — 90 days. Use '0' for no expiry. | 7776000 |
| MAX_BLOB_SIZE_BYTES | No | Max upload size (500 MB) | 524288000 |
| SWEEP_INTERVAL_SECONDS | No | How often the TTL cleanup job runs | 3600 |
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
ActivityInactive
ResponsivenessNo issues