Cache Kit
@studiomeyer-io
About 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.
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
Frequently asked questions
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.
Basic information
More MCP servers

Air Pipe
airpipeBuild, validate, deploy — HTTP APIs, cron jobs, webhooks and MCP tools — from your AI client.
Vibgrate MCP
VibgrateQuery your team's drift, vulnerability, and migration data from any AI assistant. Vibgrate MCP connects Cursor, Claude, ChatGPT, Windsurf, or VS Code to Vibgrate Cloud: 51 tools for DriftScores, CVEs and EOL runtimes, up

Lumify Sports Intelligence
LumifyAgent-ready sports intelligence API: live scores, odds, line movement, public betting splits, and explainable bet confidence — via 16 MCP tools at https://lumify.ai/mcp. Get a free key instantly — no signup, email, or ca

ctxfile
ctxfileLocal-first MCP server that snapshots your project's working state into one context object. Open-core, privacy-first.

Moxie Docs
Jackalope-DevAutomated codebase documentation for GitHub: searchable docs, MCP context for AI agents, doc drift detection, and Friday Cleanup PRs.
Comments