Banyan Memory for Cursor
io.github.labacacia/banyan-memory
Persistent, governed local memory for MCP-compatible AI clients.
client:Cursor
transport:stdio
runtime:nuget
Install Banyan Memory in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"banyan-memory": {
"type": "stdio",
"command": "dnx",
"args": [
"Banyan.Mcp.Server",
"--yes"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs