MindSwap
mindswap
保持项目上下文和个人 AI 记忆在本地,以便工具可以在无需重新解释相同上下文的情况下继续工作。
为什么存在
AI 会话重置过于频繁。mindswap 保存当前任务、决策、阻碍和交接上下文,以便下一个工具可以顺利接手。
Related MCP server: LLM Memory MCP Server
安装
npm install mindswap --save-dev快速开始
npx mindswap init
npx mindswap
npx mindswap doctor
npx mindswap resume
npx mindswap ask "Why did we choose JWT?"它能为你提供什么
init用于设置仓库并导入现有的 AI 上下文save用于捕获当前任务、git 状态和决策doctor用于检查设置健康状况和过期的上下文resume用于以清晰的简报开始工作ask用于通过引用搜索项目记忆memory用于管理阻碍、假设、问题和解决方案--global记忆和 ask 作用域,用于~/.mindswap/下的个人跨工具记忆reindex用于从基于文件的记忆中重建本地 SQLite 搜索索引sync用于在不同机器间共享连续性状态mcp和mcp-http用于向 AI 客户端公开相同的上下文
全局个人记忆
MindSwap 现在支持两种本地记忆作用域:
<repo>/.mindswap/中的仓库记忆~/.mindswap/中的个人记忆
当偏好设置或学习内容需要在不同项目和工具间跟随你时,请使用全局记忆。
npx mindswap log "Prefer concise explanations" --type assumption --global
npx mindswap memory list --scope all
npx mindswap ask "What explanation style should we use?" --scope all
npx mindswap reindex --scope allMCP 和 AI 工具
mindswap 为 Claude Code、Cursor、Copilot、Codex、Windsurf、Cline、Roo、Aider、Amp、Gemini CLI 以及基于 AGENTS.md 的工作流等工具生成上下文。
npx mindswap mcp-install
npx mindswap mcp-http项目状态
主要的仓库数据位于 .mindswap/ 中:
.mindswap/
├── HANDOFF.md
├── state.json
├── decisions.log
├── memory.json
├── config.json
├── branches/
└── history/npm 包
使用它
如果 mindswap 对你的工作流有帮助,请给仓库加星,并继续改进交接循环。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityAmaintenanceA local-first MCP server for shared memory across AI tools, enabling context capture and resume across sessions.26614Apache 2.0
- FlicenseNot gradedqualityFmaintenanceA local-first, team-ready MCP server providing durable memory for LLM-based coding workflows with multiple storage backends and fast search.4
- AlicenseNot gradedqualityBmaintenanceLocal-first memory daemon for AI coding agents that captures session transcripts, distills typed memories (decisions, facts, lessons, commands, todos), and serves them via hybrid search through MCP tools.47MIT
- AlicenseAqualityCmaintenanceA lightweight, local-first MCP server and CLI that helps developers and AI coding agents store and retrieve lessons learned during development, using SQLite and context-aware filtering.6MIT
Related MCP Connectors
Private-by-default, local-first memory/context/task orchestrator for MCP apps and agents.
Shared, governed long-term memory for AI agents across tools and sessions via MCP and REST.
Universal memory for AI agents and tools. Save, organize and search context anywhere.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ShipOrBleed/mindswap'
If you have feedback or need assistance with the MCP directory API, please join our Discord server