MindSwap
mindswap
Halten Sie Projektkontext und persönliches KI-Memory lokal, damit Tools ihre Arbeit fortsetzen können, ohne denselben Kontext erneut erklären zu müssen.
Warum es existiert
KI-Sitzungen werden zu oft zurückgesetzt. mindswap speichert die aktuelle Aufgabe, Entscheidungen, Blocker und den Übergabekontext, damit das nächste Tool sauber anknüpfen kann.
Related MCP server: LLM Memory MCP Server
Installation
npm install mindswap --save-devSchnellstart
npx mindswap init
npx mindswap
npx mindswap doctor
npx mindswap resume
npx mindswap ask "Why did we choose JWT?"Was es Ihnen bietet
initzum Einrichten eines Repos und Importieren von vorhandenem KI-Kontextsavezum Erfassen der aktuellen Aufgabe, des Git-Status und der Entscheidungendoctorzur Überprüfung des Einrichtungsstatus und veralteter Kontexteresumezum Starten mit einem sauberen Briefingaskzum Durchsuchen des Projekt-Memorys mit Zitatenmemoryzum Verwalten von Blockern, Annahmen, Fragen und Lösungen--globalMemory- und Ask-Bereich für persönliches, toolübergreifendes Memory unter~/.mindswap/reindexzum Neuerstellen des lokalen SQLite-Suchindex aus Ihrem dateibasierten Memorysynczum Teilen des Kontinuitätsstatus über verschiedene Maschinen hinwegmcpundmcp-http, um denselben Kontext für KI-Clients bereitzustellen
Globales persönliches Memory
MindSwap unterstützt jetzt zwei lokale Memory-Bereiche:
Repo-Memory in
<repo>/.mindswap/Persönliches Memory in
~/.mindswap/
Verwenden Sie das globale Memory, wenn eine Einstellung oder ein Lerneffekt Sie über Projekte und Tools hinweg begleiten soll.
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 und KI-Tools
mindswap generiert Kontext für Tools wie Claude Code, Cursor, Copilot, Codex, Windsurf, Cline, Roo, Aider, Amp, Gemini CLI und AGENTS.md-basierte Workflows.
npx mindswap mcp-install
npx mindswap mcp-httpProjektstatus
Die Haupt-Repo-Daten befinden sich in .mindswap/:
.mindswap/
├── HANDOFF.md
├── state.json
├── decisions.log
├── memory.json
├── config.json
├── branches/
└── history/npm-Paket
Nutzen Sie es
Wenn mindswap Ihren Workflow unterstützt, geben Sie dem Repo einen Stern und verbessern Sie weiterhin die Übergabeschleife.
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