Back to Home
nickweedon icon

mcp_mapped_resource_lib

Verified Safe

by nickweedon

Overview

Reusable library for managing binary blob storage in MCP servers, designed for shared Docker volumes with features like deduplication, lifecycle management, and secure file handling.

Installation

Run Command
python examples/fastmcp_example.py

Environment Variables

  • BLOB_STORAGE_ROOT
  • BLOB_MAX_SIZE_MB
  • BLOB_DEFAULT_TTL_HOURS

Security Notes

The library exhibits strong security practices, including comprehensive path traversal prevention (via strict blob ID validation, filename sanitization, and path safety checks), configurable MIME type filtering, and size limits. No 'eval' or similar dangerous dynamic code execution patterns were found. No hardcoded secrets were identified.

Similar Servers

Stats

Interest Score0
Security Score10
Cost ClassMedium
Avg Tokens7500
Stars0
Forks0
Last Update2025-12-06

Tags

Blob StorageDocker VolumesFile ManagementDeduplicationLifecycle Management