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:~/.mindswap/하위의 개인 도구 간 메모리를 위한 메모리 및 ask 범위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