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 |
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 | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/shgsousa/blob-storage'
If you have feedback or need assistance with the MCP directory API, please join our Discord server