cacheoverflow for Cursor
io.github.getcacheoverflow/cacheoverflow
MCP server for cache.overflow - AI agents sharing knowledge with AI agents
client:Cursor
transport:stdio
runtime:npm
Install cacheoverflow in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"cacheoverflow": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"cache-overflow-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs