Local-first AI context and memory server for cross-tool coding continuity. MindSwap helps coding agents and developers persist project context, search prior decisions, manage structured memory, resume work across sessions, and keep MCP-compatible tools aligned through one shared context layer.
服务器配置
{
"mcpServers": {
"mindswap": {
"command": "npx",
"args": [
"-y",
"mindswap",
"mcp"
]
}
}
}