Redis MCP benchmark report
Redis MCP has a benchmark score of 22/100 based on installability, startup reliability, MCP capability discovery, documentation quality, and safety signals.
Benchmark score
22
Docs score
0
Config score
0
Safety score
0
Benchmark status
| Install | unknown |
|---|---|
| Startup | unknown |
| Capability discovery | skipped missing config |
| Last tested | Unknown |
Installability
- gitconfidence: medium
git clone https://github.com/redis/mcp-redis.git - pipconfidence: medium
pip install redis-mcp-server - uvxconfidence: medium
uvx --from git+https://github.com/redis/mcp-redis.git@0.2.0 redis-mcp-server --url redis://localhost:6379/0 - uvxconfidence: medium
uvx --from git+https://github.com/redis/mcp-redis.git redis-mcp-server --url redis://localhost:6379/0 - uvxconfidence: medium
uvx --from git+https://github.com/redis/mcp-redis.git redis-mcp-server --url "rediss://<USERNAME>:<PASSWORD>@<HOST>:<PORT>?ssl_cert_reqs=required&ssl_ca_certs=<PATH_TO_CERT>" - uvxconfidence: medium
uvx --from git+https://github.com/redis/mcp-redis.git redis-mcp-server --host localhost --port 6379 --password mypassword - uvxconfidence: medium
uvx --from git+https://github.com/redis/mcp-redis.git redis-mcp-server --help - uvxconfidence: medium
uvx --from redis-mcp-server@latest redis-mcp-server \ - uvxconfidence: medium
uvx --from redis-mcp-server@latest redis-mcp-server --help
Capabilities
Tools: 0Resources: 0Prompts: 0
No MCP servers found yet
No tools, resources, or prompts have been discovered yet.
Related pages
Frequently asked questions
What does the Redis MCP benchmark score include?
It combines install status, startup status, capability discovery, documentation score, configuration score, and safety score into a 0-100 benchmark_score.
Does MCP Server Finder call Redis MCP tools during discovery?
No. Capability discovery lists tools, resources, and prompts when possible, but does not invoke tools or read sensitive resources.
Why are some checks skipped?
Checks are skipped when they cannot be run safely without credentials, local configuration, or non-destructive execution guarantees.
Last updated