{
  "name": "remem-mcp",
  "mcpName": "io.github.tinhien11/remem-mcp",
  "version": "0.5.17",
  "description": "Long-term memory for AI coding agents. Memory + CodeGraph + Wiki in one SQLite file. Auto-recall, auto-capture, no API key, no cloud.",
  "type": "module",
  "license": "MIT",
  "author": "tin",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tinhien11/remem-mcp.git"
  },
  "homepage": "https://github.com/tinhien11/remem-mcp#readme",
  "bugs": {
    "url": "https://github.com/tinhien11/remem-mcp/issues"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "memory",
    "ai-agent",
    "agent-memory",
    "long-term-memory",
    "claude-code",
    "cursor",
    "devin",
    "codex",
    "sqlite",
    "sqlite-vec",
    "local-first",
    "codegraph",
    "tree-sitter",
    "knowledge-graph",
    "persistent-memory",
    "agent-context"
  ],
  "bin": {
    "remem-mcp": "dist/index.js"
  },
  "exports": {
    ".": {
      "import": "./dist/sdk.js"
    }
  },
  "files": [
    "dist",
    "skills",
    "scripts"
  ],
  "engines": {
    "node": ">=22"
  },
  "scripts": {
    "build": "tsup && mkdir -p dist/storage && cp src/storage/schema.sql dist/storage/schema.sql",
    "dev": "tsup --watch",
    "test": "vitest run",
    "test:watch": "vitest",
    "lint": "biome check src",
    "format": "biome format --write src",
    "start": "node dist/index.js",
    "postinstall": "node scripts/postinstall.js",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@huggingface/transformers": "^4.2.0",
    "@kreuzberg/tree-sitter-language-pack": "^1.10.9",
    "@modelcontextprotocol/sdk": "^1.30.0",
    "better-sqlite3": "^13.0.3",
    "gpt-tokenizer": "^3.4.0",
    "sqlite-vec": "^0.1.9",
    "tree-sitter": "^0.25.1",
    "ulid": "^3.0.2"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.5.7",
    "@types/better-sqlite3": "^7.6.13",
    "@types/node": "^22.0.0",
    "tsup": "^8.5.1",
    "typescript": "^5.5.0",
    "vitest": "^4.1.10"
  }
}
