Cache Kit
@studiomeyer-io
Cache Kit について
Leak-safe caching for the Model Context Protocol's SEP-2549 cache hints (ttlMs + cacheScope) — set them right server-side, and never serve a private result across users/tenants client-side.
基本情報
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Cache Kit?
Leak-safe caching for the Model Context Protocol's SEP-2549 cache hints (ttlMs + cacheScope) — set them right server-side, and never serve a private result across users/tenants client-side.
How to use Cache Kit?
Follow the repository README to install the server and add its MCP configuration to your client.
Key features of Cache Kit
- Server side — set the fields right (withCacheHints)
- TTL is honored — entries expire at received + ttlMs and are removed on access (or via prune())
- public is shared — stored under one shared key and returned to anyone
- parseCacheHints(result) → { ok: true, hints } | { ok: false, reason, message } — never throws
- validateCacheHints({ ttlMs, cacheScope }) → normalized hints (throws TypeError on bad input)
Use cases of Cache Kit
- Connect an MCP-compatible client to this repository's service.
- Review the README-backed setup before enabling it in production.
FAQ from Cache Kit
Where is the source code for Cache Kit?
The source code is linked from the repository URL on this page.
Does Cache Kit include a standard MCP config?
If the README contains a parseable MCP configuration block, it is shown in the Config tab.
マーケットプレイスの他のコンテンツ
@mendableai/firecrawl Mcp Server
mendableaiThe API to search, scrape, and interact with the web at scale. 🔥
Context7 MCP - Up-to-date Docs For Any Cursor Prompt
upstashContext7 Platform -- Up-to-date code documentation for LLMs and AI code editors
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent

EverArt
modelcontextprotocolModel Context Protocol Servers
Slack Slack
microsoftPlaywright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.
コメント