Skip to main content
Glama
robby031
by robby031

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 build

Menjalankan

npm start

Atau untuk development:

npm run dev

Konfigurasi 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

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

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

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