awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Best Redis MCP Servers

Clasificación actualizada el 13 jul 2026

For an MCP server for interacting with Redis, the strongest matches are mark3labs/mcp-go (This repository is a Go SDK for building MCP), tobi/qmd (This repository is a semantic search engine and RAG) and transitive-bullshit/chatgpt-api (This project is a general-purpose framework for wrapping HTTP). xpzouying/xiaohongshu-mcp and idosal/git-mcp round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

Curamos repositorios de código abierto en GitHub que coinciden con “best redis mcp servers”. Los resultados están clasificados por relevancia según tu búsqueda; usa los filtros de abajo para acotar o refina con IA.

Best Redis MCP Servers

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • mark3labs/mcp-goAvatar de mark3labs

    mark3labs/mcp-go

    8,806Ver en GitHub↗

    mcp-go is a Go implementation of the Model Context Protocol (MCP) providing an SDK and framework for building servers that connect large language model applications to external tools and data sources. It serves as a developer kit for implementing bidirectional communication and structured data exchange between AI clients and servers. The framework enables the creation of executable tools with structured output schemas, reusable prompt templates, and data resource exposure via URI templates. It supports multiple transport layers, including stdio, HTTP, and Server-Sent Events, using a transport

    This repository is a Go SDK for building MCP servers rather than a pre-built Redis-specific MCP server, meaning it provides the tools to create the integration you need but does not include the Redis functionality itself.

    GoModel Context ProtocolMCP ServersModel Context Protocol Implementations
    Ver en GitHub↗8,806
  • tobi/qmdAvatar de tobi

    tobi/qmd

    9,498Ver en GitHub↗

    qmd is a local semantic search engine and RAG knowledge base indexer that functions as a Model Context Protocol server. It converts local documents, markdown files, and codebases into a searchable database to provide retrieval augmented generation capabilities for AI agents. The system exposes its search and retrieval tools via stdio or HTTP. It utilizes local model files for embeddings and reranking, supporting query expansion across multiple languages. The project employs abstract syntax tree based chunking to split source code at function and class boundaries. It implements hybrid vector-

    This repository is a semantic search engine and RAG indexer for local files rather than a database interface for Redis, making it a different type of Model Context Protocol server.

    TypeScriptModel Context ProtocolMCP ServersModel Context Protocol Servers
    Ver en GitHub↗9,498
  • transitive-bullshit/chatgpt-apiAvatar de transitive-bullshit

    transitive-bullshit/chatgpt-api

    18,117Ver en GitHub↗

    This project is a tool for integrating existing HTTP APIs with AI agents by translating standard web endpoints into the Model Context Protocol. It provides a framework for constructing and managing libraries of functions that allow large language models to execute tasks and retrieve data. The system functions as an AI gateway that manages tool hosting, authentication, and routing. It includes capabilities for monetizing tool access through usage-based billing and payment processor integration, as well as the ability to publish service definitions to a gateway for commercial productization. T

    This project is a general-purpose framework for wrapping HTTP APIs into the Model Context Protocol rather than a specialized server designed for Redis database interaction and schema inspection.

    TypeScriptModel Context ProtocolMCP Servers
    Ver en GitHub↗18,117
  • xpzouying/xiaohongshu-mcpAvatar de xpzouying

    xpzouying/xiaohongshu-mcp

    14,204Ver en GitHub↗

    This project is a Model Context Protocol server that connects large language models to the Xiaohongshu social media platform. It acts as a connector and API wrapper, enabling language models to programmatically search, read, and publish media and text. The system provides automation for content discovery and publishing, allowing for the creation of image and video posts with associated titles and descriptions. It also facilitates social engagement by managing the posting of comments and tracking engagement metrics for specific entries. The tool covers data retrieval for user profiles, post d

    This is an MCP server designed for interacting with the Xiaohongshu social media platform rather than a tool for managing or querying Redis databases.

    GoModel Context ProtocolMCP Servers
    Ver en GitHub↗14,204
  • idosal/git-mcpAvatar de idosal

    idosal/git-mcp

    7,622Ver en GitHub↗

    git-mcp is a Model Context Protocol server that transforms Git repositories and static sites into structured context providers for AI assistants. It functions as a documentation retrieval tool and repository indexer, exposing codebases and project files as standardized tools to reduce hallucinations in large language model responses. The project converts raw repository files, READMEs, and external URLs into formats optimized for token consumption. It enables AI agents to perform query-based code searches and retrieve specific sections of project documentation to maintain up-to-date technical

    This repository is an MCP server designed for indexing and querying Git repositories and documentation, rather than providing the database-specific interface required for interacting with Redis.

    TypeScriptModel Context ProtocolMCP Servers
    Ver en GitHub↗7,622
  • aipotheosis-labs/aciAvatar de aipotheosis-labs

    aipotheosis-labs/aci

    4,802Ver en GitHub↗

    ACI is a tool-calling platform and centralized system for managing and executing external service operations and custom scripts for agentic workflows. It functions as a unified Model Context Protocol server that enables AI agents and IDEs to dynamically discover and execute diverse toolsets. The platform distinguishes itself through a natural language capability index and intent matching to search for available tools based on task requirements. It provides an external service authenticator and account linking via OAuth-based credential management to permit secure tool execution on behalf of u

    This repository is a general-purpose tool-calling platform and orchestration server for AI agents rather than a specialized MCP server designed specifically for Redis database interaction.

    PythonMCP ServersModel Context Protocol Servers
    Ver en GitHub↗4,802
  • jamubc/gemini-mcp-toolAvatar de jamubc

    jamubc/gemini-mcp-tool

    2,246Ver en GitHub↗

    This tool functions as a Model Context Protocol server that bridges artificial intelligence models with local development environments. It enables AI assistants to perform codebase analysis, execute command-line utilities, and apply automated code modifications directly to local project files. By integrating with the Gemini API, the system facilitates deep interaction between external models and local system resources. The project distinguishes itself through a robust security and reliability framework designed for automated development workflows. It enforces strict path-based access controls

    This repository is an MCP server designed for local file system and codebase interaction rather than providing the specific interface required for Redis database operations.

    TypeScriptModel Context ProtocolModel Context Protocol Servers
    Ver en GitHub↗2,246
  • googlecloudplatform/kubectl-aiAvatar de GoogleCloudPlatform

    GoogleCloudPlatform/kubectl-ai

    7,247Ver en GitHub↗

    kubectl-ai is a natural language cluster operator and AI command assistant that translates plain-text prompts into executable Kubernetes commands. It serves as an interface between large language models and the Kubernetes API to enable cluster management through conversational text. The project implements a Model Context Protocol server to expose cluster operations as standardized tools for external AI clients. It uses a provider-agnostic model interface to support both cloud-based and local AI backends. The system covers natural language infrastructure control and AI-assisted DevOps through

    This project is an MCP server designed for Kubernetes cluster management and infrastructure control, rather than providing the specific interface for interacting with Redis databases requested.

    GoModel Context ProtocolModel Context Protocol Servers
    Ver en GitHub↗7,247
  • czlonkowski/n8n-mcpAvatar de czlonkowski

    czlonkowski/n8n-mcp

    21,780Ver en GitHub↗

    This project provides a Model Context Protocol server that enables autonomous agents to interact with and manage automation workflows. It functions as an integration layer, allowing language models to discover, build, test, and deploy complex automation sequences through natural language instructions and structured schema-based communication. The platform distinguishes itself by offering granular control over automation logic, including the ability to perform surgical, incremental patches to specific workflow nodes rather than replacing entire structures. It supports multi-instance connectivi

    This repository is an MCP server designed for managing n8n automation workflows rather than providing the specific interface for Redis database command execution and key-value store inspection requested.

    TypeScriptModel Context ProtocolModel Context Protocol Servers
    Ver en GitHub↗21,780
  • mcp-use/mcp-useAvatar de mcp-use

    mcp-use/mcp-use

    10,137Ver en GitHub↗

    mcp-use is a development framework designed for building, deploying, and managing servers, clients, and autonomous agents using the Model Context Protocol. It provides a comprehensive toolkit for creating servers that expose custom tools, data resources, and prompts to compatible AI agents. The project distinguishes itself by offering a complete lifecycle for protocol-based applications, including a dedicated hosting platform for production servers and a compliance validator to ensure servers meet marketplace publishing requirements. It also features an observability suite for tracing protoco

    This is a development framework and hosting platform for building and managing MCP servers, rather than a pre-built MCP server specifically designed to interface with Redis databases.

    TypeScriptModel Context ProtocolMCP ServersModel Context Protocol Servers
    Ver en GitHub↗10,137
  • dagger/container-useAvatar de dagger

    dagger/container-use

    3,556Ver en GitHub↗

    container-use is a containerized AI execution environment and code sandbox designed to provide a secure space for AI coding agents to execute commands and build applications. It functions as a workspace orchestrator that provisions isolated containers mapped to git branches, allowing multiple agents to operate in parallel without state conflicts or affecting the host system. The project serves as a Model Context Protocol server, bridging AI agents to containerized environments for standardized tool access. It enables a workflow for reviewing and merging changes made by agents within these iso

    This project is an MCP server designed for containerized code execution and workspace orchestration, but it does not provide the specific interface or tools required for interacting with Redis databases.

    GoModel Context ProtocolModel Context Protocol Servers
    Ver en GitHub↗3,556
  • agent-infra/sandboxAvatar de agent-infra

    agent-infra/sandbox

    2,569Ver en GitHub↗

    This project provides secure, containerized infrastructure designed for autonomous agents, remote code execution, and cloud development. It functions as a sandboxed environment where AI agents and external processes can execute code, run shell commands, and manage files while remaining isolated from the host system. The system distinguishes itself by implementing the Model Context Protocol, allowing it to act as a standardized tool server that exposes browser and filesystem capabilities to compatible clients. It further integrates headless browser automation, enabling programmatic web navigat

    This project is an MCP server for sandboxed code execution and browser automation, but it lacks the specific Redis database integration and command execution capabilities required for this intent.

    PythonMCP ServersModel Context Protocol Servers
    Ver en GitHub↗2,569
  • 21st-dev/magic-mcpAvatar de 21st-dev

    21st-dev/magic-mcp

    4,992Ver en GitHub↗

    Magic MCP is a Model Context Protocol server and AI component generator that translates natural language descriptions into functional user interface code. It acts as an LLM design orchestrator, producing responsive web elements and layouts anchored on utility-first CSS styling patterns. The system features a side-by-side variation engine that generates multiple stylistic interpretations of a single prompt for comparative selection. It incorporates SVG-based asset integration for branding and iconography and utilizes template-based assembly to combine pre-defined style patterns with user-speci

    This repository is a generative UI tool for creating web components and layouts, which does not provide the specific Redis database integration or command execution capabilities required for an MCP server.

    TypeScriptMCP ServersModel Context Protocol Implementations
    Ver en GitHub↗4,992
  • aiming-lab/simplememAvatar de aiming-lab

    aiming-lab/SimpleMem

    2,972Ver en GitHub↗

    SimpleMem is a persistent memory system for AI assistants designed to maintain context across different user chat sessions. It functions as a memory server and multimodal vector database that stores and retrieves information from text, images, audio, and video. The project features a context compression engine that distills interaction histories into compact units to reduce token consumption. It utilizes a distributed memory orchestrator and worker-thread parallel processing to reduce latency when querying large-scale dialogue datasets. The system implements a hybrid indexing approach combin

    This project is a specialized memory and vector storage system for AI assistants rather than a general-purpose Redis interface, meaning it does not provide the Redis command execution or database inspection capabilities required for this category.

    PythonMCP ServersModel Context Protocol Servers
    Ver en GitHub↗2,972
  • modelcontextprotocol/inspectorAvatar de modelcontextprotocol

    modelcontextprotocol/inspector

    8,721Ver en GitHub↗

    The inspector is a diagnostic and validation tool for the Model Context Protocol. It provides an interactive interface and a transport proxy to discover, inspect, and execute the tools, prompts, and resources provided by an MCP server. The project serves as a debugger and compliance tester to verify that server implementations adhere to the protocol specification and JSON-RPC standards. It allows for real-time monitoring of message exchanges and logs between clients and servers across various transport layers, such as standard input/output and Server-Sent Events. The tool covers a broad rang

    This repository is a diagnostic and debugging tool for testing MCP servers rather than an MCP server implementation that provides an interface for interacting with Redis databases.

    TypeScriptModel Context ProtocolMCP ServersModel Context Protocol Implementations
    Ver en GitHub↗8,721
  • 1jehuang/jcodeAvatar de 1jehuang

    1jehuang/jcode

    7,778Ver en GitHub↗

    jcode is a framework for developing autonomous AI coding agents that automate software development tasks. It functions as an agent orchestrator, tool runtime, and semantic memory engine, enabling the creation of agents that can modify code, run tests, and iterate on their own functionality. The project is distinguished by its use of recursive agent swarming, where a hierarchy of collaborating agents can spawn child agents to decompose complex tasks. It implements a semantic memory system that combines vector-based retrieval with graph-based relationship mapping to maintain context across sess

    This repository is an autonomous agent framework for software development tasks rather than a dedicated Model Context Protocol server for interacting with Redis databases.

    RustMCP ServersModel Context Protocol ImplementationsModel Context Protocol Integrations
    Ver en GitHub↗7,778
  • langchain-ai/langchain-mcp-adaptersAvatar de langchain-ai

    langchain-ai/langchain-mcp-adapters

    3,366Ver en GitHub↗

    This project provides a translation layer and set of adapters designed to bridge AI agents with the Model Context Protocol. It functions as an integration layer that allows agents to operate as protocol-compliant servers and enables the conversion of protocol-based tools into formats compatible with agent frameworks and logic graphs. The adapters facilitate tool interoperability by wrapping external protocol tools for use within agent workflows and exposing internal agent capabilities to any client implementing the Model Context Protocol. This creates a communication bridge that supports inte

    This repository provides a general-purpose integration layer for bridging agent frameworks with the Model Context Protocol, rather than serving as a specialized MCP server implementation for Redis database interaction.

    PythonModel Context ProtocolMCP ServersModel Context Protocol Implementations
    Ver en GitHub↗3,366
  • antvis/mcp-server-chartAvatar de antvis

    antvis/mcp-server-chart

    3,688Ver en GitHub↗

    This project is a Model Context Protocol server that enables large language models to generate and render data visualizations, charts, and diagrams. It functions as a toolset for AI assistants to transform raw data into professional visual representations. The server utilizes an intelligent selection layer to determine the most effective visualization format based on the provided data. It supports remote rendering via external HTTP services and provides the flexibility to route requests to self-hosted rendering endpoints for private network environments. Capabilities cover a wide range of da

    This is an MCP server designed for data visualization and chart generation rather than database management, making it a different tool within the MCP ecosystem.

    TypeScriptMCP Servers
    Ver en GitHub↗3,688
  • lastmile-ai/mcp-agentAvatar de lastmile-ai

    lastmile-ai/mcp-agent

    8,037Ver en GitHub↗

    mcp-agent is a framework for building AI agents that integrate with Model Context Protocol servers to execute tools and access data. It functions as a multi-agent orchestrator and protocol-compliant server, enabling the creation of agents that can discover and invoke tools from connected external servers. The project distinguishes itself through a durable workflow engine that supports long-running tasks capable of pausing, resuming, and surviving restarts. It implements complex orchestration patterns, including iterative evaluator-optimizer loops, hierarchical workflow nesting, and specialist

    This repository is a framework for orchestrating AI agents and managing workflows rather than a specialized MCP server designed to interface with and inspect Redis databases.

    PythonModel Context ProtocolModel Context Protocol Servers
    Ver en GitHub↗8,037
  • davila7/claude-code-templatesAvatar de davila7

    davila7/claude-code-templates

    20,933Ver en GitHub↗

    Claude Code Templates is a comprehensive framework for orchestrating specialized AI agents and automating development workflows within local environments. It provides a structured system for defining, configuring, and deploying AI personas that handle specific technical tasks, ranging from backend architecture and frontend implementation to security auditing and infrastructure management. The project distinguishes itself through a configuration-driven approach that allows teams to standardize development environments and share reusable agent definitions across projects. It includes a robust C

    This repository provides a framework for orchestrating AI agents and development workflows rather than serving as a dedicated Model Context Protocol server for Redis database interaction.

    PythonModel Context ProtocolModel Context Protocol Integrations
    Ver en GitHub↗20,933
  • modelcontextprotocol/modelcontextprotocolAvatar de modelcontextprotocol

    modelcontextprotocol/modelcontextprotocol

    8,458Ver en GitHub↗

    Model Context Protocol is a standardized framework for connecting large language models to external data sources and executable tools. It enables the creation of a universal interface where servers expose tools, resources, and prompts that can be discovered and utilized by various AI clients. The protocol utilizes a JSON-RPC message system that is transport-agnostic, supporting both standard input/output for local processes and HTTP with server-sent events for remote connections. It emphasizes security and control by delegating model sampling to the client to keep API keys secure from servers

    This repository provides the core framework and SDK for building Model Context Protocol servers, but it is a development toolkit rather than a pre-built Redis-specific server implementation.

    TypeScriptModel Context ProtocolModel Context Protocol ImplementationsModel Context Protocol Servers
    Ver en GitHub↗8,458
  • chopratejas/headroomAvatar de chopratejas

    chopratejas/headroom

    29,537Ver en GitHub↗

    Headroom is an AI gateway proxy and token optimizer designed to reduce the cost and latency of large language model interactions. It functions as an intermediary that intercepts traffic between clients and providers to apply context compression, request routing, and format translation. The system differentiates itself through a Model Context Protocol server implementation that delivers compression and retrieval tools to compatible AI hosts. It employs a content-aware compression pipeline and tiered importance scoring to trim redundant data from logs and tool outputs while preserving essential

    This project is an AI gateway and token optimization proxy that implements the Model Context Protocol for context compression, but it does not provide the specific interface for interacting with or inspecting Redis databases.

    PythonMCP ServersModel Context Protocol Servers
    Ver en GitHub↗29,537
  • atmosphere/atmosphereAvatar de Atmosphere

    Atmosphere/atmosphere

    3,780Ver en GitHub↗

    Atmosphere is a Java-based framework for building and coordinating AI agents. It provides a real-time transport layer for streaming data via WebSockets, SSE, gRPC, and WebTransport, alongside a multi-agent orchestration framework for managing agent fleets through sequential, parallel, and graph-based execution workflows. The project features a durable workflow engine that persists agent state as snapshots, allowing long-running tasks to survive system restarts and incorporate human-in-the-loop approvals. It also implements Model Context Protocol servers to expose tools, resources, and prompt

    This is a general-purpose framework for orchestrating AI agents and managing workflows rather than a specialized server designed to provide LLMs with direct interface capabilities for Redis databases.

    JavaMCP ServersModel Context Protocol ImplementationsModel Context Protocol Servers
    Ver en GitHub↗3,780
  • redis/redisinsightAvatar de redis

    redis/RedisInsight

    8,556Ver en GitHub↗

    RedisInsight is a graphical user interface and management tool for browsing, analyzing, and administering Redis databases. It provides a visual environment for exploring key-value data structures, managing database instances, and performing data analysis across different operating systems and deployments. The tool distinguishes itself by providing dedicated visual managers for complex operations, including a vector database manager for configuring embeddings and similarity searches, a query workbench for executing raw commands and Lua scripts, and a performance monitoring dashboard for tracki

    RedisInsight is a graphical management interface for Redis databases rather than a Model Context Protocol server designed to expose database capabilities to LLMs.

    TypeScriptKey BrowsersRedis Client Interfaces
    Ver en GitHub↗8,556
  • modelcontextprotocol/typescript-sdkAvatar de modelcontextprotocol

    modelcontextprotocol/typescript-sdk

    12,674Ver en GitHub↗

    This project provides a TypeScript software development kit for the Model Context Protocol, a standard designed to facilitate bidirectional communication between AI applications and external data sources or tools. It serves as a foundational framework for building both clients and servers, enabling language models to interact with external systems through a unified, decoupled interface. The SDK distinguishes itself by implementing a transport-agnostic connection layer that supports both local standard input-output streams and remote HTTP endpoints. It utilizes a JSON-RPC message bus to manage

    This repository is the foundational SDK used to build MCP servers, rather than a pre-built server implementation that provides the specific Redis database interface you are looking for.

    TypeScriptModel Context ProtocolModel Context Protocol Servers
    Ver en GitHub↗12,674
Compara los 10 mejores de un vistazo
RepositorioEstrellasLenguajeLicenciaÚltimo push
mark3labs/mcp-go8.8KGoMIT16 jun 2026
tobi/qmd9.5KTypeScriptmit19 feb 2026
transitive-bullshit/chatgpt-api18.1KTypeScriptNOASSERTION11 feb 2026
xpzouying/xiaohongshu-mcp14.2KGo—15 jun 2026
idosal/git-mcp7.6KTypeScriptapache-2.021 ago 2025
aipotheosis-labs/aci4.8KPythonApache-2.028 may 2026
jamubc/gemini-mcp-tool2.2KTypeScriptNOASSERTION21 jun 2026
googlecloudplatform/kubectl-ai7.2KGoapache-2.023 ene 2026
czlonkowski/n8n-mcp21.8KTypeScriptMIT13 jun 2026
mcp-use/mcp-use10.1KTypeScriptMIT23 jun 2026

Related searches

  • framework para crear servidores MCP
  • an MCP server for connecting to Elasticsearch
  • un almacén de datos estilo Redis autohospedado
  • a MongoDB MCP server for AI agents
  • an MCP server for integrating Slack tools
  • implementación de un servidor de Model Context Protocol
  • an MCP server for integrating with Figma
  • an MCP server for connecting to Notion