nextjs cache handler mcp for Cursor
io.github.leejpsd/nextjs-cache-handler-mcp
Inspect and operate Next.js Redis caches: health, tag state, SWR simulation, safe invalidation.
client:Cursor
transport:stdio
runtime:npm
Install nextjs cache handler mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"nextjs-cache-handler-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@leejpsd/nextjs-cache-handler-mcp"
],
"env": {
"REDIS_URL": "<REDIS_URL>",
"DEPLOYMENT_VERSION": "<DEPLOYMENT_VERSION>",
"HASH_TAG": "<HASH_TAG>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs