提交

Mindswap

@Gajendra Malviya

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.
概览

MindSwap

MindSwap is a local-first MCP server and CLI for persistent coding context across sessions.

It helps developers and AI coding tools:

  • save project and task context
  • search previous work and decisions
  • manage structured memory
  • resume interrupted work
  • share one continuity layer across MCP-compatible tools

MCP tools

  • mindswap_get_context — returns current project and workstream context
  • mindswap_save_context — saves progress and updates continuity state
  • mindswap_search — searches repo context, history, and memory
  • mindswap_memory — manages decisions, questions, blockers, and follow-ups

CLI capabilities

  • mindswap init
  • mindswap save
  • mindswap checkpoint
  • mindswap summary
  • mindswap resume
  • mindswap search
  • mindswap ask
  • mindswap memory
  • mindswap doctor
  • mindswap reindex

Install

{
  "mcpServers": {
    "mindswap": {
      "command": "npx",
      "args": ["-y", "mindswap", "mcp"]
    }
  }
}

GitHub: https://github.com/ShipOrBleed/mindswap
npm: https://www.npmjs.com/package/mindswap

服务器配置

{
  "mcpServers": {
    "mindswap": {
      "command": "npx",
      "args": [
        "-y",
        "mindswap",
        "mcp"
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.

- MCP Server