Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
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.
npx claudepluginhub flightlesstux/prompt-caching --plugin prompt-cachingCopy 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
Share bugs, ideas, or general feedback.