We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The sample Claude Desktop config uses "REDIS_PSW" instead of the right password config "REDIS_PWD":
https://github.com/redis/mcp-redis?tab=readme-ov-file#manual-configuration
Kept getting authentication errors with the sample config and took some debugging time to figure this out from the source code:
https://github.com/redis/mcp-redis/blob/main/src/common/config.py#L12
In fact, the configuration reference also shows the correct password config name:
https://github.com/redis/mcp-redis?tab=readme-ov-file#configuration
The text was updated successfully, but these errors were encountered:
Thank you for the report, @bangbingsyb. Fixed
Sorry, something went wrong.
No branches or pull requests
The sample Claude Desktop config uses "REDIS_PSW" instead of the right password config "REDIS_PWD":
https://github.com/redis/mcp-redis?tab=readme-ov-file#manual-configuration
Kept getting authentication errors with the sample config and took some debugging time to figure this out from the source code:
https://github.com/redis/mcp-redis/blob/main/src/common/config.py#L12
In fact, the configuration reference also shows the correct password config name:
https://github.com/redis/mcp-redis?tab=readme-ov-file#configuration
The text was updated successfully, but these errors were encountered: