Local-first AI context and memory server for cross-tool coding continuity.
| Tool name | Description | Destructive? |
|---|---|---|
| mindswap_get_context | ✓ no | |
| mindswap_save_context | ✓ no | |
| mindswap_search | ✓ no | |
| mindswap_memory | ✓ no |
{
"mcpServers": {
"mindswap": {
"command": "npx",
"args": [
"-y",
"mindswap"
]
}
}
}