mcp_resource_server
Verified Safeby 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
docker-compose upSecurity 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
filesystem-mcp
Provides secure, efficient, and token-optimized filesystem operations for AI agents via the Model Context Protocol.
mcp_mapped_resource_lib
Provides a secure and efficient library for binary blob storage and management within MCP server environments, particularly designed for shared Docker volumes.
URL-Content-Saver-MCP-Server
A frontend-only web application for orchestrating multiple AI providers to generate responses from user prompts, emphasizing client-side processing and secure API key management.
enhanced-filesystem-mcp
Provides enhanced filesystem access to an MCP client with named path aliases and fuzzy search capabilities.