Registry / aws / awslabs-memcached-mcp-server

awslabs-memcached-mcp-server

JSON →
library1.0.18pypypi✓ verified 80d ago

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-server
INSTALL
IMPORT
SIG · AWSLABS-MEMCACHED-
A
awslabs-memcached-mcp-server
awspythonv1.0.18
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

main
from awslabs.memcached_mcp_server import main
from memcached_mcp_server import main

Run the MCP server with Memcached endpoint from environment variable MEMCACHED_ENDPOINT (default localhost:11211).

from memcached_mcp_server import main from dotenv import load_dotenv import os load_dotenv() # Set endpoint via env var or parameter os.environ.get('MEMCACHED_ENDPOINT', 'localhost:11211') main()
memcached-mcp-server --version
Debug
Known issues
breakingThe package is named `awslabs-memcached-mcp-server` on PyPI but the import path is `memcached_mcp_server`. Using dashes in imports will fail.
fix
Use `import memcached_mcp_server` or `from memcached_mcp_server import main`.
affects: all
gotchaRequires Python >=3.10. Running on older Python will cause installation failure.
fix
Upgrade Python to 3.10 or later.
affects: all
gotchaDefault endpoint is localhost:11211; does not automatically discover AWS ElastiCache clusters unless configured via environment variables.
fix
Set MEMCACHED_ENDPOINT env var to your ElastiCache endpoint, or pass it as a parameter to main().
affects: all
Upgrade
Version history
1.0.18latest on PyPI · released May 9, 2026
Audit
Dependencies
mcprequiredMCP protocol implementation
pymemcacherequiredMemcached client library
boto3optionalAWS SDK for ElastiCache
Agent activity
20 hits · last 30 days
node
18
OpenAI (training)
1
Resources
awslabs-memcached-mcp-server — pip install awslabs-memcached-mcp-server · libregistry