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.
更多 MCP 服务器

EverArt
modelcontextprotocolModel Context Protocol Servers
Brave Search
modelcontextprotocolModel Context Protocol Servers

Time
modelcontextprotocolModel Context Protocol Servers

PostgreSQL
modelcontextprotocolModel Context Protocol Servers
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
评论