io.github.daedalus/mcp-redis-server
PYPI · MCP-REDIS-SERVER · SCANNED SEP 20
MCP server that exposes Redis API to AI models
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →
Supply Chain Security100
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
- 1 of 17 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 173 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability74
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 1632 tokens (~37/item across 44 items; 44 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: two runs of the same published version returned different tool surfaces, so we cannot tell a change in the package from a difference in our own sandbox run.Unverified
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
- Structured output schemas are declared (95% of tools); any adoption earns full credit.Pass
Tool Safety75
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- 0 of 3 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "redis_del" implies "delete" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
- An AI judge read all 44 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a current MCP spec version (2026-07-28).Pass
Unverified: 1 category
A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
How do I install the io.github.daedalus/mcp-redis-server server?
io.github.daedalus/mcp-redis-server runs locally as a PyPI package, launched with uvx mcp-redis-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
pypi · mcp-redis-server
claude mcp add daedalus-mcp-redis-server -- uvx mcp-redis-server
{
"mcpServers": {
"daedalus-mcp-redis-server": {
"command": "uvx",
"args": [
"mcp-redis-server"
]
}
}
} {
"servers": {
"daedalus-mcp-redis-server": {
"command": "uvx",
"args": [
"mcp-redis-server"
]
}
}
} codex mcp add daedalus-mcp-redis-server -- uvx mcp-redis-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"daedalus-mcp-redis-server": {
"type": "local",
"command": [
"uvx",
"mcp-redis-server"
],
"enabled": true
}
}
} openclaw mcp add daedalus-mcp-redis-server --command uvx --arg mcp-redis-server
mcp_servers:
daedalus-mcp-redis-server:
command: "uvx"
args: ["mcp-redis-server"] {
"McpServers": {
"daedalus-mcp-redis-server": {
"Transport": "stdio",
"Command": "uvx",
"Arguments": [
"mcp-redis-server"
]
}
}
} assistant mcp add daedalus-mcp-redis-server -t stdio -c uvx -a mcp-redis-server
{
"mcpServers": {
"daedalus-mcp-redis-server": {
"command": "uvx",
"args": [
"mcp-redis-server"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 18 Sept 26 +15
- Malware scan: unverified → pass ▲ security
- 17 Sept 26 −15
- Malware scan: pass → unverified ▼ security
- 15 Sept 26 +15
- Malware scan: unverified → pass ▲ security
- 14 Sept 26 −15
- Malware scan: pass → unverified ▼ security
- 9 Sept 26 −12
- Stability: 0.90 → unverified ▼ security
- Tool coverage: 100% → 95% ▼ functional
- 7 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.
- 5 Sept 26 −3
- Stability: pass → 0.80 functional
- 4 Sept 26 +1
- Stability: 0.97 → pass security
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 20 Sept 2026 · Analysed pypi/mcp-redis-server@0.1.0
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | pypi |
Background: How many MCP packages publish verified provenance →
Install scripts 1 script
| Hook | Tier | Command |
|---|---|---|
| build_backend | allowlisted | hatchling.build |
Background: Why install scripts are a supply-chain risk →
Dependencies 17 packages
| Packages resolved | 17 |
|---|---|
| Stale | 1 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
redis_config_get Redis Config Get ~24
Get Redis configuration.
| Name | Type | Req | Description |
|---|---|---|---|
| pattern | string | yes | Configuration pattern to match. |
Structured output declared, but exposes no named fields.
No examples provided.
redis_config_set Redis Config Set ~32
Set Redis configuration.
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | Configuration parameter name. |
| value | string | yes | Configuration value. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
redis_connect Redis Connect ~74
Connect to a Redis server.
| Name | Type | Req | Description |
|---|---|---|---|
| db | integer | – | Redis database number (0-15). |
| host | string | – | Redis server hostname or IP address. |
| password | – | – | Redis server password (optional). |
| port | integer | – | Redis server port number. |
| ssl | boolean | – | Enable SSL/TLS connection. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
redis_dbsize Redis Dbsize ~38
Get the number of keys in the current database. Returns: Number of keys. Example: >>> redis_dbsize() 42
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| result | integer | yes | – |
No examples provided.
redis_decr Redis Decr ~44
Decrement the value of a key.
| Name | Type | Req | Description |
|---|---|---|---|
| amount | integer | – | Amount to decrement by (default: 1). |
| key | string | yes | The key to decrement. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | integer | yes | – |
No examples provided.
redis_del Redis Del ~26
Delete one or more keys.
| Name | Type | Req | Description |
|---|---|---|---|
| keys | array | yes | List of keys to delete. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | integer | yes | – |
No examples provided.
redis_disconnect Redis Disconnect ~35
Disconnect from the Redis server. Returns: Disconnection status message. Example: >>> redis_disconnect() "Disconnected from Redis"
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
redis_exists Redis Exists ~25
Check if keys exist.
| Name | Type | Req | Description |
|---|---|---|---|
| keys | array | yes | List of keys to check. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | integer | yes | – |
No examples provided.
redis_expire Redis Expire ~39
Set expiration time on a key.
| Name | Type | Req | Description |
|---|---|---|---|
| key | string | yes | The key to expire. |
| seconds | integer | yes | Expiration time in seconds. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | boolean | yes | – |
No examples provided.
redis_flushall Redis Flushall ~34
Flush all keys in all databases. Returns: OK status. Example: >>> redis_flushall() "OK"
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
redis_flushdb Redis Flushdb ~35
Flush all keys in the current database. Returns: OK status. Example: >>> redis_flushdb() "OK"
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
redis_get Redis Get ~26
Get the value of a key.
| Name | Type | Req | Description |
|---|---|---|---|
| key | string | yes | The key to retrieve. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | – | yes | – |
No examples provided.
redis_hdel Redis Hdel ~37
Delete fields from a hash.
| Name | Type | Req | Description |
|---|---|---|---|
| fields | array | yes | List of fields to delete. |
| key | string | yes | The hash key. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | integer | yes | – |
No examples provided.
redis_hget Redis Hget ~35
Get a field from a hash.
| Name | Type | Req | Description |
|---|---|---|---|
| field | string | yes | Field name. |
| key | string | yes | The hash key. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | – | yes | – |
No examples provided.
redis_hgetall Redis Hgetall ~29
Get all fields and values from a hash.
| Name | Type | Req | Description |
|---|---|---|---|
| key | string | yes | The hash key. |
Structured output declared, but exposes no named fields.
No examples provided.
redis_hkeys Redis Hkeys ~27
Get all field names from a hash.
| Name | Type | Req | Description |
|---|---|---|---|
| key | string | yes | The hash key. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | array | yes | – |
No examples provided.
redis_hlen Redis Hlen ~28
Get the number of fields in a hash.
| Name | Type | Req | Description |
|---|---|---|---|
| key | string | yes | The hash key. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | integer | yes | – |
No examples provided.
redis_hmget Redis Hmget ~38
Get multiple fields from a hash.
| Name | Type | Req | Description |
|---|---|---|---|
| fields | array | yes | List of field names. |
| key | string | yes | The hash key. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | array | yes | – |
No examples provided.
redis_hmset Redis Hmset ~39
Set multiple fields in a hash.
| Name | Type | Req | Description |
|---|---|---|---|
| items | object | yes | Dictionary of field-value pairs. |
| key | string | yes | The hash key. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
redis_hset Redis Hset ~44
Set a field in a hash.
| Name | Type | Req | Description |
|---|---|---|---|
| field | string | yes | Field name. |
| key | string | yes | The hash key. |
| value | string | yes | Field value. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | integer | yes | – |
No examples provided.
redis_hvals Redis Hvals ~27
Get all field values from a hash.
| Name | Type | Req | Description |
|---|---|---|---|
| key | string | yes | The hash key. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | array | yes | – |
No examples provided.
redis_incr Redis Incr ~43
Increment the value of a key.
| Name | Type | Req | Description |
|---|---|---|---|
| amount | integer | – | Amount to increment by (default: 1). |
| key | string | yes | The key to increment. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | integer | yes | – |
No examples provided.
redis_info Redis Info ~24
Get Redis server information.
| Name | Type | Req | Description |
|---|---|---|---|
| section | – | – | Info section (default: all). |
Structured output declared, but exposes no named fields.
No examples provided.
redis_llen Redis Llen ~26
Get the length of a list.
| Name | Type | Req | Description |
|---|---|---|---|
| key | string | yes | The list key. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | integer | yes | – |
No examples provided.
redis_lpush Redis Lpush ~38
Push values to the left of a list.
| Name | Type | Req | Description |
|---|---|---|---|
| key | string | yes | The list key. |
| values | array | yes | Values to push. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | integer | yes | – |
No examples provided.
redis_lrange Redis Lrange ~50
Get a range of elements from a list.
| Name | Type | Req | Description |
|---|---|---|---|
| key | string | yes | The list key. |
| start | integer | – | Start index. |
| stop | integer | – | Stop index (-1 for all). |
| Name | Type | Req | Description |
|---|---|---|---|
| result | array | yes | – |
No examples provided.
redis_mget Redis Mget ~28
Get the values of multiple keys.
| Name | Type | Req | Description |
|---|---|---|---|
| keys | array | yes | List of keys to retrieve. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | array | yes | – |
No examples provided.
redis_mset Redis Mset ~29
Set multiple key-value pairs.
| Name | Type | Req | Description |
|---|---|---|---|
| items | object | yes | Dictionary of key-value pairs to set. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
redis_ping Redis Ping ~34
Ping the Redis server. Returns: PONG response if connected. Example: >>> redis_ping() "PONG"
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
redis_rpush Redis Rpush ~38
Push values to the right of a list.
| Name | Type | Req | Description |
|---|---|---|---|
| key | string | yes | The list key. |
| values | array | yes | Values to push. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | integer | yes | – |
No examples provided.
redis_sadd Redis Sadd ~35
Add members to a set.
| Name | Type | Req | Description |
|---|---|---|---|
| key | string | yes | The set key. |
| members | array | yes | Members to add. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | integer | yes | – |
No examples provided.
redis_scan Redis Scan ~56
Scan keys matching a pattern.
| Name | Type | Req | Description |
|---|---|---|---|
| count | integer | – | Number of keys to return per call. |
| cursor | integer | – | Cursor position (0 to start). |
| match | – | – | Pattern to match (e.g., "user:*"). |
| Name | Type | Req | Description |
|---|---|---|---|
| result | array | yes | – |
No examples provided.
redis_scard Redis Scard ~26
Get the size of a set.
| Name | Type | Req | Description |
|---|---|---|---|
| key | string | yes | The set key. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | integer | yes | – |
No examples provided.
redis_set Redis Set ~72
Set the value of a key.
| Name | Type | Req | Description |
|---|---|---|---|
| ex | – | – | Set expiration in seconds. |
| key | string | yes | The key to set. |
| nx | boolean | – | Only set if key doesn't exist. |
| value | string | yes | The value to set. |
| xx | boolean | – | Only set if key already exists. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
redis_sismember Redis Sismember ~39
Check if a member exists in a set.
| Name | Type | Req | Description |
|---|---|---|---|
| key | string | yes | The set key. |
| member | string | yes | Member to check. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | boolean | yes | – |
No examples provided.
redis_smembers Redis Smembers ~26
Get all members of a set.
| Name | Type | Req | Description |
|---|---|---|---|
| key | string | yes | The set key. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | array | yes | – |
No examples provided.
redis_srem Redis Srem ~35
Remove members from a set.
| Name | Type | Req | Description |
|---|---|---|---|
| key | string | yes | The set key. |
| members | array | yes | Members to remove. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | integer | yes | – |
No examples provided.
redis_ttl Redis Ttl ~29
Get the time to live for a key.
| Name | Type | Req | Description |
|---|---|---|---|
| key | string | yes | The key to check. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | integer | yes | – |
No examples provided.
redis_type Redis Type ~26
Get the type of a key.
| Name | Type | Req | Description |
|---|---|---|---|
| key | string | yes | The key to check. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
redis_zadd Redis Zadd ~41
Add members with scores to a sorted set.
| Name | Type | Req | Description |
|---|---|---|---|
| key | string | yes | The sorted set key. |
| members | object | yes | Dictionary of member-score pairs. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | integer | yes | – |
No examples provided.
redis_zcard Redis Zcard ~28
Get the size of a sorted set.
| Name | Type | Req | Description |
|---|---|---|---|
| key | string | yes | The sorted set key. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | integer | yes | – |
No examples provided.
redis_zrange Redis Zrange ~64
Get a range of members from a sorted set.
| Name | Type | Req | Description |
|---|---|---|---|
| key | string | yes | The sorted set key. |
| start | integer | – | Start index. |
| stop | integer | – | Stop index (-1 for all). |
| withscores | boolean | – | Include scores in output. |
No output schema declared.
No examples provided.
redis_zrevrange Redis Zrevrange ~69
Get a range of members from a sorted set in reverse order.
| Name | Type | Req | Description |
|---|---|---|---|
| key | string | yes | The sorted set key. |
| start | integer | – | Start index. |
| stop | integer | – | Stop index (-1 for all). |
| withscores | boolean | – | Include scores in output. |
No output schema declared.
No examples provided.
redis_zscore Redis Zscore ~40
Get the score of a member in a sorted set.
| Name | Type | Req | Description |
|---|---|---|---|
| key | string | yes | The sorted set key. |
| member | string | yes | Member name. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | – | yes | – |
No examples provided.
What is the io.github.daedalus/mcp-redis-server server?
io.github.daedalus/mcp-redis-server is listed in the public MCP registry as io.github.daedalus/mcp-redis-server. MCP server that exposes Redis API to AI models. This page covers its PyPI package (mcp-redis-server).
Is the io.github.daedalus/mcp-redis-server server safe to use?
io.github.daedalus/mcp-redis-server scores 69 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the io.github.daedalus/mcp-redis-server server expose?
io.github.daedalus/mcp-redis-server exposes 44 tools: redis_connect, redis_disconnect, redis_ping, redis_get, redis_set, and 39 more. Their descriptions and schemas cost roughly 1,632 tokens of context every time the server is loaded.
Is the io.github.daedalus/mcp-redis-server server still maintained?
io.github.daedalus/mcp-redis-server is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.
What licence is the io.github.daedalus/mcp-redis-server server under?
io.github.daedalus/mcp-redis-server declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.