Back to Home
nickweedon icon

mcp_resource_server

Verified Safe

by nickweedon

Overview

A Model Context Protocol (MCP) server for blob storage operations, providing a two-phase architecture for ingesting (uploading) and retrieving files/images via blob:// URIs.

Installation

Run Command
docker-compose up

Security Notes

The server uses environment variables for sensitive configurations and implements input validation for parameters like image quality and blob IDs. File system interactions are abstracted through `mcp-mapped-resource-lib` and confined to designated storage roots, reducing direct path traversal risks. Error details can be masked in production via `RESOURCE_SERVER_MASK_ERRORS`. Standard risks associated with image processing libraries (Pillow) and external dependencies apply, but no 'eval' or obvious malicious patterns were found in the provided source code.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Stars0
Forks0
Last Update2026-01-01

Tags

Blob StorageImage ProcessingFile DeduplicationTTL ManagementDocker