Stats
Actions
Tags
From prompt-caching
Local MCP server that caches prompt responses to reduce redundant API calls and improve performance for Claude Code interactions.
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