memlink
memlink
당신의 Claude 메모리, 어디에서나. memlink는 Claude Code의 메모리 파일을 PC에서 암호화된 클라우드 저장소로 동기화하고, 휴대폰(또는 모든 MCP 클라이언트)의 Claude에게 제공합니다 — 심지어 PC가 꺼져 있는 동안에도. 휴대폰에서 작성한 내용은 무엇이든 평문 .md 파일로 디스크에 다시 저장됩니다.
루마니아어로 읽기.
PC (Claude Code) cloud phone (Claude app)
~/.claude/**/*.md ──encrypt──▶ memlink server ◀──MCP──── memory_search / write
▲ (zero plaintext) │
└───────────── memlink watch pulls changes back ◀───────────────┘빠른 시작
npx memlink-cli init --server https://memlink-omega.vercel.app --email you@example.com
# prompts for a passphrase (min. 12 characters, twice) - it never leaves your machine
npx memlink-cli watch
# watches your Claude memory folders, pushes changes, pulls what other devices wrote그런 다음 Claude를 연결하세요:
휴대폰 / claude.ai: 설정 → 커넥터 → 사용자 지정 커넥터 추가 → URL
https://memlink-omega.vercel.app/mcp. Claude가 memlink의 인증 페이지를 엽니다: 이메일과 암호문구를 입력하세요(키는 브라우저에서 파생됩니다. 암호문구는 전송되지 않습니다). 그러면 커넥터가 활성화됩니다 —memory_search,memory_get,memory_write,memory_list를 사용할 수 있습니다.Claude Code (다른 머신):
npx memlink-cli login --server ... --email ...를 실행한 다음,claude mcp add --transport http memlink https://memlink-omega.vercel.app/mcp --header "Authorization: Bearer <output of memlink token>".
memlink sync는 수동 제어를 원한다면 푸시/풀을 한 번 실행합니다.
Related MCP server: zime-memory
보안 모델 — 솔직하게, 두 문장으로
"데이터베이스를 도난당해도 쓸모없고, 키를 저장하지 않습니다. 코드는 공개되어 있으니 직접 검증하세요."
메모는 사용자 머신에서 암호화됩니다: Scrypt 키 파생 + XChaCha20-Poly1305 (
@noble/hashes,@noble/ciphers— 감사를 거친 라이브러리). 파일 경로도 암호화됩니다. 서버는 평문을 전혀 저장하지 않으며 사용자의 키도 저장하지 않습니다.
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
- FlicenseNot gradedqualityDmaintenanceFilesystem-native agent memory for Claude Code, enabling persistent team context across sessions through cloud-synced memory files and MCP tools.
- FlicenseNot gradedqualityDmaintenanceA personal memory MCP server for Claude Code that stores and retrieves memories via natural language, supporting text, images, files, and secrets with vector search.
- AlicenseNot gradedqualityDmaintenanceSyncs Claude Code sessions between machines with end-to-end encryption using a recovery phrase.2MIT
- AlicenseNot gradedqualityDmaintenanceCross-machine memory system for Claude Code that records sessions as searchable markdown, syncs across machines via Git, and exposes full-text search, semantic search, session summarization, and a knowledge graph through an MCP server.12MIT
Related MCP Connectors
An MCP memory server. One memory your agents share — across models, devices and apps.
Cross-AI personal memory. Save once in ChatGPT, recall in Claude, Mistral, Grok, or any MCP client.
Persistent memory and cross-session learning for AI coding assistants (hosted remote MCP).
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/Blondu2024/memlink'
If you have feedback or need assistance with the MCP directory API, please join our Discord server