An AWS Labs Model Context Protocol (MCP) server for Amazon ElastiCache Memcached. Current version 1.0.18, requires Python >=3.10. Provides tools to interact with Memcached via MCP. Active development with frequent releases.
pip install awslabs-memcached-mcp-serverNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Run the MCP server with Memcached endpoint from environment variable MEMCACHED_ENDPOINT (default localhost:11211).
Use `import memcached_mcp_server` or `from memcached_mcp_server import main`.
Upgrade Python to 3.10 or later.
Set MEMCACHED_ENDPOINT env var to your ElastiCache endpoint, or pass it as a parameter to main().