MCP Pocket Memory
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Pocket Memorysave that my preferred language is TypeScript"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Pocket Memory
Penyimpanan memori persisten berbasis SQLite untuk AI Agent yang memungkinkan agent menyimpan, mencari, memperbarui, dan mengelola memori kontekstual melalui protokol Model Context Protocol (MCP).
Fitur
Simpan Memori - Simpan fakta, preferensi, event, atau aturan dengan tingkat kepentingan (1–5)
Cari Memori - Cari memori berdasarkan kata kunci (full-text search) atau filter tag
Perbarui Memori - Ubah konten, kategori, tag, atau tingkat kepentingan memori yang sudah ada
Prune Memori - Hapus memori tertentu atau bersihkan otomatis memori usang dengan kepentingan rendah
Kontek Brief - Ambil ringkasan aturan & preferensi teratas di awal sesi percakapan
Penyimpanan Lokal - Semua data tersimpan di SQLite database lokal (tidak perlu cloud)
Related MCP server: simple-memory-mcp
Cara Penggunaan
Prasyarat
Node.js 18+
Instalasi
npm install
npm run buildMenjalankan
npm startAtau untuk development:
npm run devKonfigurasi MCP
Tambahkan ke konfigurasi MCP client (seperti Claude Desktop, Zed, dll.):
{
"mcpServers": {
"pocket-memory": {
"command": "node",
"args": ["/path/to/mcp-pocket-memory/dist/index.js"]
}
}
}Lisensi
MIT
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.
Latest Blog Posts
- 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/robby031/mcp-pocket-memory'
If you have feedback or need assistance with the MCP directory API, please join our Discord server