Back to Home

mcp-data-buffer

Verified Safe

by fastbs

Overview

Provides a universal data exchange buffer to offload large binary data from LLM context between MCP servers, passing tokens instead of raw data.

Installation

Run Command
docker-compose up -d mcp-buffer-redis mcp-data-buffer

Environment Variables

  • PORT
  • REDIS_URL
  • DEFAULT_TTL
  • NODE_ENV

Security Notes

Implements strong security measures including SHA256 hashed Bearer tokens, rate limiting per token, role-based scopes (read, write, admin), and a detailed audit log. Tokens are shown only once at creation and are impossible to brute force. Redis persistence ensures token survival across restarts. Automatic and manual cleanup mechanisms prevent data accumulation.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens10
Stars0
Forks0
Last Update2025-11-20

Tags

Data BufferRedisAPILLM Context OffloadMicroservice