Skip to main content
Glama

MCP AI Memory

by scanadi
package.json2.58 kB
{ "name": "mcp-ai-memory", "version": "2.0.0", "description": "A production-ready Model Context Protocol (MCP) server for semantic memory management", "type": "module", "author": "", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/scanadi/mcp-ai-memory.git" }, "bugs": { "url": "https://github.com/scanadi/mcp-ai-memory/issues" }, "homepage": "https://github.com/scanadi/mcp-ai-memory#readme", "keywords": [ "mcp", "model-context-protocol", "memory", "semantic-search", "pgvector", "embeddings", "ai", "llm" ], "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.js" } }, "bin": { "mcp-ai-memory": "./dist/cli.js" }, "files": [ "dist", "README.md", "LICENSE", "package.json" ], "engines": { "node": ">=18.0.0" }, "scripts": { "dev": "bun run --watch src/index.ts", "build": "tsc", "start": "bun run dist/index.js", "typecheck": "tsc --noEmit", "lint": "biome check --write .", "lint:check": "biome check .", "format": "biome format --write .", "format:check": "biome format .", "migrate": "bun run src/database/migrate.ts", "migrate:down": "bun run src/database/migrate.ts down", "generate:types": "kysely-codegen --dialect postgres --out-file src/types/database-generated.ts", "workers": "bun run scripts/start-workers.ts", "worker:embedding": "bun run src/workers/embedding-worker.ts", "worker:batch": "bun run src/workers/batch-worker.ts", "test": "bun test", "test:watch": "bun test --watch", "prepublishOnly": "bun run lint:check && bun run typecheck && bun run build && bun test", "preversion": "bun run lint:check", "version": "bun run format && git add -A src", "postversion": "git push && git push --tags" }, "dependencies": { "@modelcontextprotocol/sdk": "latest", "@types/node-cache": "^4.2.5", "@xenova/transformers": "^2.17.2", "bullmq": "^5.58.0", "dotenv": "latest", "ioredis": "^5.7.0", "kysely": "latest", "node-cache": "^5.1.2", "pg": "latest", "pgvector": "latest", "winston": "latest", "zod": "latest" }, "devDependencies": { "@biomejs/biome": "^2.2.0", "@types/bun": "latest", "@types/node": "latest", "@types/pg": "latest", "kysely-codegen": "^0.19.0", "typescript": "latest" } }

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/scanadi/mcp-ai-memory'

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