Inspect and operate Next.js Redis caches: health, tag state, SWR simulation, safe invalidation.
claude mcp add nextjs-cache-handler-mcp -- npx -y @leejpsd/nextjs-cache-handler-mcp
claude_desktop_config.json
{
"mcpServers": {
"nextjs-cache-handler-mcp": {
"command": "npx",
"args": [
"-y",
"@leejpsd/nextjs-cache-handler-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"nextjs-cache-handler-mcp": {
"command": "npx",
"args": [
"-y",
"@leejpsd/nextjs-cache-handler-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"nextjs-cache-handler-mcp": {
"command": "npx",
"args": [
"-y",
"@leejpsd/nextjs-cache-handler-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"nextjs-cache-handler-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@leejpsd/nextjs-cache-handler-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"nextjs-cache-handler-mcp": {
"command": "npx",
"args": [
"-y",
"@leejpsd/nextjs-cache-handler-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.leejpsd--nextjs-cache-handler-mcp/reviews or the review_server meta-tool.
POST /mcp