hive-mcp-cdn
by srotzin
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP port. | 3000 |
| ENABLE | No | Master switch. `false` runs `/health` only. | true |
| CDN_DB_PATH | No | SQLite warm-tier path. | /tmp/cdn.db |
| WALLET_ADDRESS | No | Recipient for x402 fees. | 0x15184bf50b3d3f52b60434f8942b7d52f2eb436e |
| CDN_DEFAULT_TTL_S | No | Default TTL for objects without explicit `max-age`. | 300 |
| CDN_LRU_MAX_BYTES | No | Hot-tier byte cap (64 MiB). | 67108864 |
| CDN_LRU_MAX_ENTRIES | No | Hot-tier entry cap. | 1024 |
| CDN_MAX_OBJECT_BYTES | No | Per-object size limit (4 MiB). | 4194304 |
| CDN_PREPAY_BUNDLE_USD | No | Default prepay bundle size. | 1.0 |
| CDN_PRICE_PER_REQUEST_USD | No | Per-request fee. | 0.0002 |
| CDN_PRICE_PER_GB_EGRESS_USD | No | Per-GB egress fee. | 0.05 |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/srotzin/hive-mcp-cdn'
If you have feedback or need assistance with the MCP directory API, please join our Discord server