Skip to main content
Glama
ibproduct

Memory Cache MCP Server

by ibproduct

Related Servers

Alternatives to Memory Cache MCP Server

No user-submitted related servers found.

    Related Servers

    TDQS

    B3.1/5.0

    Scored across 4 tools

    Disambiguation5/5

    Each tool has a clearly distinct purpose: clear_cache removes entries, get_cache_stats provides metrics, retrieve_data fetches data, and store_data saves data. There is no overlap or ambiguity between these four operations.

    Naming Consistency3/5

    The naming is mixed: clear_cache and get_cache_stats follow a verb_noun pattern, but retrieve_data and store_data use a verb_object pattern. While readable, this inconsistency in structure (cache vs. data as the object) deviates from a uniform convention.

    Tool Count5/5

    With 4 tools, this is well-scoped for a memory cache server. It covers the essential operations (store, retrieve, clear, stats) without being overly sparse or bloated, making each tool necessary and focused.

    Completeness4/5

    The toolset covers core cache operations: storing, retrieving, clearing, and monitoring. A minor gap is the lack of an update or delete specific entry tool, but agents can work around this by using clear_cache for deletion and store_data for updates, so it's mostly complete.

    Maintenance

    ActivityInactive
    ResponsivenessSyncing