Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
This package provides an AWS Labs Model Context Protocol (MCP) server for Amazon ElastiCache Valkey datastores, enabling AI agents to interact with Valkey data types like Strings, Lists, Sets, Hashes,
Add this to your MCP client configuration:
{
"mcpServers": {
"aws-valkey-mcp-server": {
"command": "uvx",
"args": [
"awslabs.valkey-mcp-server@latest"
],
"env": {
"VALKEY_HOST": "<ElastiCache Primary Endpoint or MemoryDB Cluster Endpoint or Valkey IP or hostname>",
"VALKEY_PORT": "<Valkey port>",
"FASTMCP_LOG_LEVEL": "<Logging level for the server>",
"VALKEY_USERNAME": "<Default database username>",
"VALKEY_PWD": "<Default database password>",
"VALKEY_USE_SSL": "<Enables or disables SSL/TLS>",
"VALKEY_CA_PATH": "<CA certificate for verifying server>",
"VALKEY_SSL_KEYFILE": "<Client's private key file>",
"VALKEY_SSL_CERTFILE": "<Client's certificate file>",
"VALKEY_CERT_REQS": "<Server certificate verification>",
"VALKEY_CA_CERTS": "<Path to trusted CA certificates>",
"VALKEY_CLUSTER_MODE": "<Enable Valkey Cluster mode>"
}
}
}
}{
"id": "aws-valkey-mcp-server",
"name": "AWS Valkey",
"description": "This package provides an AWS Labs Model Context Protocol (MCP) server for Amazon ElastiCache Valkey datastores, enabling AI agents to interact with Valkey data types like Strings, Lists, Sets, Hashes,",
"source_url": "https://github.com/awslabs/mcp/tree/HEAD/src/valkey-mcp-server",
"publisher_name": "awslabs",
"publisher_url": "https://github.com/awslabs",
"is_official": true,
"license": "",
"runtime": "python",
"downloads": 1991,
"requires_oauth": false,
"distribution": {
"type": "pip",
"package": "awslabs.valkey-mcp-server"
},
"tools_count": 105
}