Skip to main content
Glama
306,652 tools. Last updated 2026-07-25 19:02

"Information about Redis, an in-memory data store" matching MCP tools:

  • Search Redis documentation and knowledge base to find information on concepts, data structures, features, and use cases including caching, session management, and semantic search.
    MIT
  • Store important user preferences, project details, and business context for persistent recall across AI agent sessions.
    ISC
  • Store memory observations with optional tags, importance ratings, context, and automatic expiration to manage and organize information effectively.
    MIT
  • Store or update private memory entries in an agent's key-value store. Supports up to 64 KB of JSON data with optional time-to-live.
    MIT
  • Store a key-value pair in Redis with an optional expiration time to control data persistence.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • India Open Government Data (OGD) Platform MCP — data.gov.in

  • ifsc-in MCP — Indian bank branch IFSC code lookup via Razorpay's open

  • Retrieve a JSON list of all indexes in the Redis database. Get an overview of available indexes for efficient data management.
    MIT
  • Retrieve detailed Redis server information and statistics. Specify a section such as memory or cpu to filter results.
    MIT
  • Store facts, notes, or information in shared memory. Automatically classifies, checks conflicts, and builds a knowledge graph.
    MIT
  • Persist a numerical vector as a field in a Redis hash. Provide the hash key, field name (default 'vector'), and the vector to store.
    MIT
  • Retrieve schema and information about a Redis search index, including fields and attributes, to support troubleshooting and optimization.
    MIT
  • Set an expiration time in seconds for a Redis key to automatically remove it after the specified duration.
    MIT
  • Proactively store detailed, self-contained memory entries about facts, preferences, events, and summaries, enabling future AI to understand context without re-deriving information.
    MIT
  • Get high-level statistics about the local memory store to determine if it's empty, small, or large before proceeding with other operations.
    MIT
  • Update text content in an agent's archival memory store. Use this tool to modify existing memory passages by providing the agent ID, memory ID, and new text content.
    MIT
  • Store memory or coordination signals in a bridge for later retrieval. Use 'memory' for durable knowledge and 'signal' for handoff events.
    MIT