{"type":"mcp_server","name":"ib-mcp-cache-server","description":"This repository provides a Memory Cache Server, an MCP server that reduces token consumption by efficiently caching data between language model interactions, improving performance automatically. This repository provides a Memory","category":"Database","language":"JavaScript","stars":25,"forks":2,"owner":"ibproduct","github_url":"https://github.com/ibproduct/ib-mcp-cache-server","homepage":null,"setup":"## Setup\n\n1. Clone the repository:\n```bash\ngit clone git@github.com:ibproduct/ib-mcp-cache-server\ncd ib-mcp-cache-server\n```\n\n2. Install dependencies:\n```bash\nnpm install\n```\n\n3. Build the project:\n```bash\nnpm run build\n```\n\n4. Add to your MCP client settings:\n```json\n{\n  \"mcpServers\": {\n    \"memory-cache\": {\n      \"command\": \"node\",\n      \"args\": [\"/path/to/ib-mcp-cache-server/build/index.js\"]\n    }\n  }\n}\n```\n\n5. The server will automatically start when you use your MCP client","tools":"## Available Tools\n\n1.  Memory Cache Server (Reduces token consumption by efficiently caching data between language model interactions).\n2.  Configuration via `config.json` or environment variables (Allows customization of cache behavior).\n3.  File Content Caching (Caches file content to reduce token consumption when reading the same file multiple times).\n4.  Computation Results Caching (Caches computation results to reduce token consumption when performing the same calculations multiple times).\n5.  Automatic Cache Management (Automatically stores, serves, and removes data based on configured settings).\n6.  Cache Statistics (Tracks cache effectiveness through hit/miss rates).\n","faq":null,"created_at":"2025-01-02T20:23:24+00:00","updated_at":"2025-03-13T03:08:21+00:00","source_url":"https://model-context-protocol.com/servers/memory-cache-server-mcp-api-client","related_articles":[]}