Skip to main content
Glama

Memento

by iAchilles
package.json889 B
{ "name": "@iachilles/memento", "version": "0.5.1", "description": "MCP memory server using SQLite + FTS5 + sqlite-vec", "type": "module", "repository": { "type": "git", "url": "git+https://github.com/iAchilles/memento.git" }, "bin": { "memento": "index.js" }, "files": [ "src/", "migrations/", "cli/" ], "keywords": [ "mcp", "claude", "memory", "sqlite", "vec", "fts5" ], "engines": { "node": ">=18" }, "license": "MIT", "scripts": { "migrate": "node cli/migrate.js", "migrate:status": "node cli/migrate.js --status", "migrate:rollback": "node cli/migrate.js --rollback" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "@xenova/transformers": "^2.17.2", "sqlite": "^5.1.1", "sqlite-vec": "^0.1.7-alpha.2", "sqlite3": "^5.1.7", "zod": "^3.25.56" } }

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/iAchilles/memento'

If you have feedback or need assistance with the MCP directory API, please join our Discord server