Redis Search
Redis Stack search + vector + JSON — full RediSearch + RedisJSON surface.
563 stars 107 forks Last commit 1w ago Language Python License MIT
Install
uvx mcp-redis Maintain this server? Add the badge
Show your README readers it's in a curated directory — and give them a one-click path to install docs and config.
Markdown
[](https://prismix.dev/mcp/redis-search) Theme-aware version (auto dark/light on GitHub) →
<a href="https://prismix.dev/mcp/redis-search"><picture><source media="(prefers-color-scheme: dark)" srcset="https://prismix.dev/api/badge/mcp/redis-search.svg?theme=dark"><img alt="Listed on Prismix" src="https://prismix.dev/api/badge/mcp/redis-search.svg"></picture></a> About
Redis's official MCP server. Builds on RediSearch (full-text + vector) and RedisJSON. Index management, search queries, JSON document operations. Auth via connection string.
Recent releases (5)
All releases →- 0.5.1 Latest Aug 5, 2026
## What's Changed * chore(deps): bump authlib from 1.6.7 to 1.6.9 by @dependabot[bot] in https://github.com/redis/mcp-redis/pull/112 * [chore] bump mcp version, fix dependency confusion risk, and enable shell injection linting by @shuvajyotikar13 in https://github.com/redis/mcp-redis/pull/113 * Handle docs-search HTTP errors and add request timeout by @shuofengzhang in https://github.com/redis/mcp-redis/pull/114 * chore: upgrade redis-entraid to 1.1.2 for security fixes by @vchomakov in https://github.com/redis/mcp-redis/pull/116 * chore(deps): bump requests from 2.32.5 to 2.33.0 by @dependabot[bot] in https://github.com/redis/mcp-redis/pull/117 * deps(deps-dev): update uv-build requirement from <0.11.0,>=0.8.3 to >=0.8.3,<0.12.0 by @dependabot[bot] in https://github.com/redis/mcp-redis/pull/120 * ci(deps): bump codecov/codecov-action from 5 to 6 by @dependabot[bot] in https://github.com/redis/mcp-redis/pull/119 * chore(deps): bump nltk from 3.9.3 to 3.9.4 by @dependabot[bot] in https://github.com/redis/mcp-redis/pull/122 * chore(deps): bump pygments from 2.19.2 to 2.20.0 by @dependabot[bot] in https://github.com/redis/mcp-redis/pull/123 * chore(deps): bump cryptography from 46.0.5 to 46.0.6 by @dependabot[bot] in https://github.com/redis/mcp-redis/pull/124 * chore(deps): bump aiohttp from 3.13.3 to 3.13.4 by @dependabot[bot] in https://github.com/redis/mcp-redis/pull/125 * Add stream consumer group tools by @nishanthp in https://github.com/redis/mcp-redis/pull/115 * fix: prevent command injection in release workflow by @vchomakov in https://github.com/redis/mcp-redis/pull/131 * chore(deps): bump cryptography from 46.0.6 to 46.0.7 by @dependabot[bot] in https://github.com/redis/mcp-redis/pull/132 * chore(deps-dev): bump pytest from 8.4.2 to 9.0.3 by @dependabot[bot] in https://github.com/redis/mcp-redis/pull/134 * chore(deps): bump authlib from 1.6.9 to 1.6.11 by @dependabot[bot] in https://github.com/redis/mcp-redis/pull/135 * chore(deps): bump python-multipart from 0.0.22 to 0.0.26 by @dependabot[bot] in https://github.com/redis/mcp-redis/pull/136 * chore(deps): bump python-dotenv from 1.1.1 to 1.2.2 by @dependabot[bot] in https://github.com/redis/mcp-redis/pull/138 * chore(deps): bump python-multipart from 0.0.26 to 0.0.27 by @dependabot[bot] in https://github.com/redis/mcp-redis/pull/140 * chore(deps): bump urllib3 from 2.6.3 to 2.7.0 by @dependabot[bot] in https://github.com/redis/mcp-redis/pull/141 * chore(deps): bump authlib from 1.6.11 to 1.6.12 by @dependabot[bot] in https://github.com/redis/mcp-redis/pull/142 * chore(deps): bump idna from 3.10 to 3.15 by @dependabot[bot] in https://github.com/redis/mcp-redis/pull/143 * Add stateful Redis pub/sub subscriptions with message polling by @nishanthp in https://github.com/redis/mcp-redis/pull/133 * ci(deps): bump codecov/codecov-action from 6 to 7 by @dependabot[bot] in https://github.com/redis/mcp-redis/pull/146 * ci(deps): bump starlette from 0.49.1 to 1.0.1 by @dependabot[bot] in https://github.com/redis/mcp-redis/pull/147 * ci(deps): bump aiohttp from 3.13.4 to 3.14.0 by @dependabot[bot] in https://github.com/redis/mcp-redis/pull/148 * ci(deps): bump starlette from 1.0.1 to 1.3.1 by @dependabot[bot] in https://github.com/redis/mcp-redis/pull/150 * ci(deps): bump cryptography from 46.0.7 to 48.0.1 by @dependabot[bot] in https://github.com/redis/mcp-redis/pull/151 * ci(deps): bump python-multipart from 0.0.27 to 0.0.31 by @dependabot[bot] in https://github.com/redis/mcp-redis/pull/152 * ci(deps): bump pyjwt from 2.12.1 to 2.13.0 by @dependabot[bot] in https://github.com/redis/mcp-redis/pull/153 * ci(deps): bump aiohttp from 3.14.0 to 3.14.1 by @dependabot[bot] in https://github.com/redis/mcp-redis/pull/154 * ci(deps): bump actions/checkout from 6 to 7 by @dependabot[bot] in https://github.com/redis/mcp-redis/pull/155 * ci(deps): bump nltk from 3.9.4 to 3.10.0 by @dependabot[bot] in https://github.com/redis/mcp-redis/pull/158 * ci(deps): b
View on GitHub ↗ - 0.5.0 Mar 16, 2026
## What's Changed * ci(deps): bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in https://github.com/redis/mcp-redis/pull/91 * Add LREM command support for removing list elements by value by @nishanthp in https://github.com/redis/mcp-redis/pull/38 * deps(deps-dev): update uv-build requirement from <0.10.0,>=0.8.3 to >=0.8.3,<0.11.0 by @dependabot[bot] in https://github.com/redis/mcp-redis/pull/93 * fix: upgrade nltk to 3.9.3 to fix Zip Slip vulnerability by @vchomakov in https://github.com/redis/mcp-redis/pull/96 * chore(deps): bump urllib3 from 2.5.0 to 2.6.3 by @dependabot[bot] in https://github.com/redis/mcp-redis/pull/97 * chore(deps): bump python-multipart from 0.0.20 to 0.0.22 by @dependabot[bot] in https://github.com/redis/mcp-redis/pull/98 * chore(deps): bump cryptography from 45.0.7 to 46.0.5 by @dependabot[bot] in https://github.com/redis/mcp-redis/pull/99 * chore(deps): bump mcp from 1.16.0 to 1.23.0 by @dependabot[bot] in https://github.com/redis/mcp-redis/pull/100 * chore(deps): bump azure-core from 1.36.0 to 1.38.0 by @dependabot[bot] in https://github.com/redis/mcp-redis/pull/101 * chore(deps): bump aiohttp from 3.13.2 to 3.13.3 by @dependabot[bot] in https://github.com/redis/mcp-redis/pull/102 * chore(deps): bump starlette from 0.48.0 to 0.49.1 by @dependabot[bot] in https://github.com/redis/mcp-redis/pull/103 * chore(deps): bump filelock from 3.20.0 to 3.20.3 by @dependabot[bot] in https://github.com/redis/mcp-redis/pull/104 * chore(deps): bump authlib from 1.6.5 to 1.6.6 by @dependabot[bot] in https://github.com/redis/mcp-redis/pull/105 * chore(deps): bump marshmallow from 4.0.1 to 4.1.2 by @dependabot[bot] in https://github.com/redis/mcp-redis/pull/106 * ci(deps): bump actions/attest-build-provenance from 3 to 4 by @dependabot[bot] in https://github.com/redis/mcp-redis/pull/108 * ci(deps): bump actions/upload-artifact from 6 to 7 by @dependabot[bot] in https://github.com/redis/mcp-redis/pull/107 * chore(deps): bump authlib from 1.6.6 to 1.6.7 by @dependabot[bot] in https://github.com/redis/mcp-redis/pull/109 * chore(deps-dev): bump black from 25.9.0 to 26.3.1 by @dependabot[bot] in https://github.com/redis/mcp-redis/pull/110 * fix: add REDIS_URL in gemini-extension as a setting by @shrutimantri in https://github.com/redis/mcp-redis/pull/94 * Add hybrid_search tool to Redis MCP server by @nishanthp in https://github.com/redis/mcp-redis/pull/95 ## New Contributors * @nishanthp made their first contribution in https://github.com/redis/mcp-redis/pull/38 * @shrutimantri made their first contribution in https://github.com/redis/mcp-redis/pull/94 **Full Changelog**: https://github.com/redis/mcp-redis/compare/0.4.1...0.5.0
View on GitHub ↗ - 0.4.1 Nov 26, 2025
## What's Changed * ci(add): mcp registry publish by @vchomakov in https://github.com/redis/mcp-redis/pull/86 * ci(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in https://github.com/redis/mcp-redis/pull/88 * feat: add search_documents tool for Redis documentation queries by @vchomakov in https://github.com/redis/mcp-redis/pull/87 * chore: release 0.4.1 with Docker package reference by @vchomakov in https://github.com/redis/mcp-redis/pull/89 ### Summary - Added MCP registry publishing support - Introduced a new `search_documents` tool for Redis documentation queries - Updated CI dependencies for improved build reliability **Full Changelog**: https://github.com/redis/mcp-redis/compare/0.3.6...0.4.1
View on GitHub ↗ - 0.4.0 Nov 25, 2025
## What's Changed * ci(add): mcp registry publish by @vchomakov in https://github.com/redis/mcp-redis/pull/86 * ci(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in https://github.com/redis/mcp-redis/pull/88 * feat: add search_documents tool for Redis documentation queries by @vchomakov in https://github.com/redis/mcp-redis/pull/87 ### Summary - Added MCP registry publishing support - Introduced a new `search_documents` tool for Redis documentation queries - Updated CI dependencies for improved build reliability **Full Changelog:** https://github.com/redis/mcp-redis/compare/0.3.6...0.4.0
View on GitHub ↗ - 0.3.6 Nov 7, 2025
## What's Changed * feat: add MCP registry metadata for server publication by @vchomakov in https://github.com/redis/mcp-redis/pull/84 **Full Changelog**: https://github.com/redis/mcp-redis/compare/0.3.5...0.3.6
View on GitHub ↗
Discussion (0)
Sign in to comment →No comments yet. Sign in to start the discussion.