Mindswap for Cursor
io.github.shiporbleed/mindswap
Local-first AI context and memory server for cross-tool coding continuity.
client:Cursor
transport:stdio
runtime:npm
Install Mindswap in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mindswap": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mindswap"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs