Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
This package provides an official Model Context Protocol (MCP) server for interacting with AWS ElastiCache. It offers tools for managing ElastiCache replication groups, cache clusters, serverless cach
Add this to your MCP client configuration:
{
"mcpServers": {
"aws-elasticache-mcp-server": {
"command": "uvx",
"args": [
"awslabs.elasticache-mcp-server@latest"
],
"env": {
"AWS_PROFILE": "<AWS credential profile to use.>",
"AWS_REGION": "<AWS region to connect to.>",
"FASTMCP_LOG_LEVEL": "<Logging level for FastMCP.>"
}
}
}
}{
"id": "aws-elasticache-mcp-server",
"name": "AWS ElastiCache",
"description": "This package provides an official Model Context Protocol (MCP) server for interacting with AWS ElastiCache. It offers tools for managing ElastiCache replication groups, cache clusters, serverless cach",
"source_url": "https://github.com/awslabs/mcp/tree/HEAD/src/elasticache-mcp-server",
"publisher_name": "awslabs",
"publisher_url": "https://github.com/awslabs",
"is_official": true,
"license": "",
"runtime": "python",
"downloads": 47223,
"requires_oauth": false,
"distribution": {
"type": "pip",
"package": "awslabs.elasticache-mcp-server"
},
"tools_count": 39
}