memorybank for Cursor
io.github.maxweb4u/memorybank
Seeds, governs and navigates a memory_bank knowledge base: gated writes, routing, drift vs code
client:Cursor
transport:stdio
runtime:npm
Install memorybank in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"memorybank": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@maxweb4u/mcp-memorybank"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs