Skip to main content
Glama

Memory Cache MCP Server

by ibproduct

store_data

Cache data efficiently using a unique key and optional TTL to reduce redundant token usage in language model interactions with the Memory Cache MCP Server.

Instructions

Store data in the cache with optional TTL

Input Schema

NameRequiredDescriptionDefault
keyYesUnique identifier for the cached data
ttlNoTime-to-live in seconds (optional)
valueYesData to cache

Input Schema (JSON Schema)

{ "properties": { "key": { "description": "Unique identifier for the cached data", "type": "string" }, "ttl": { "description": "Time-to-live in seconds (optional)", "type": "number" }, "value": { "description": "Data to cache", "type": "any" } }, "required": [ "key", "value" ], "type": "object" }

You must be authenticated.

Other Tools from Memory Cache MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ibproduct/ib-mcp-cache-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server