Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
This package provides an MCP server for interacting with Amazon ElastiCache Memcached, offering full Memcached protocol support, secure communication with SSL/TLS, automatic connection management, and
Add this to your MCP client configuration:
{
"mcpServers": {
"aws-memcached-mcp-server": {
"command": "uvx",
"args": [
"awslabs.memcached-mcp-server@latest"
],
"env": {
"FASTMCP_LOG_LEVEL": "<Log level for FastMCP>",
"MEMCACHED_HOST": "<Memcached server hostname>",
"MEMCACHED_PORT": "<Memcached server port>"
}
}
}
}{
"id": "aws-memcached-mcp-server",
"name": "AWS Memcached",
"description": "This package provides an MCP server for interacting with Amazon ElastiCache Memcached, offering full Memcached protocol support, secure communication with SSL/TLS, automatic connection management, and",
"source_url": "https://github.com/awslabs/mcp/tree/HEAD/src/memcached-mcp-server",
"publisher_name": "awslabs",
"publisher_url": "https://github.com/awslabs",
"is_official": true,
"license": "",
"runtime": "python",
"downloads": 46451,
"requires_oauth": false,
"distribution": {
"type": "pip",
"package": "awslabs.memcached-mcp-server"
},
"tools_count": 22
}