build cache mcp for Cursor
io.github.mrfentmen/build-cache-mcp
Summarize local build and cache footprint using size and age buckets without returning paths or...
client:Cursor
transport:stdio
runtime:npm
Install build cache mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"build-cache-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"build-cache-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs