Stats
Actions
Tags
From prompt-caching
Runs locally as a subprocess via npx to provide prompt caching for Claude Code. Supports caching and reuse of prompts in sessions. No API keys required.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"prompt-caching-mcp": {
"command": "npx",
"args": [
"-y",
"prompt-caching-mcp"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
npx claudepluginhub flightlesstux/prompt-caching --plugin prompt-caching