Redis MCP Server

Database Cache and data store mutation Startup Failed

Redis MCP servers can read, write, and delete keys, manage pub/sub channels, and execute Lua scripts — agents could manipulate cache and session data.

N/A
Could not evaluate
Could not establish a plain stdio MCP session for target `redis-server`. Command: npx -y mcp-server-redis Diagnosis: The process exited or detached before MCP initialization completed. Raw error: MCP error -32000: Connection closed Likely causes: - The package may expect extra startup arguments or environment variables. - The package may not behave like a plain local-process stdio target under this invocation. - The server may be crashing immediately and only leaving clues on stderr. Next steps: - Run the command manually and look for usage output, auth prompts, or crash text. - Check whether the package expects a different transport or an app-oriented startup flow. - Use the recent stderr lines below before assuming this is a harness bug. Recent stderr: - /Users/williamweishuhn/.npm/_npx/19a26c80466dfc5c/node_modules/.bin/mcp-server-redis: line 10: AGENTS.md: command not found - /Users/williamweishuhn/.npm/_npx/19a26c80466dfc5c/node_modules/.bin/mcp-server-redis: line 11: AGENTS.md: command not found - /Users/williamweishuhn/.npm/_npx/19a26c80466dfc5c/node_modules/.bin/mcp-server-redis: line 12: action/: is a directory - /Users/williamweishuhn/.npm/_npx/19a26c80466dfc5c/node_modules/.bin/mcp-server-redis: line 14: syntax error near unexpected token `(' - /Users/williamweishuhn/.npm/_npx/19a26c80466dfc5c/node_modules/.bin/mcp-server-redis: line 14: `const os = require('os');'

Check Results

0 pass 0 fail 0 partial 3 skipped
tools
Skipped
Skipped because startup failed before the MCP session initialized. See the failure diagnosis.
prompts
Skipped
Skipped because startup failed before the MCP session initialized. See the failure diagnosis.
resources
Skipped
Skipped because startup failed before the MCP session initialized. See the failure diagnosis.