{
  "name": "@agentmemory/mcp",
  "version": "0.9.27",
  "description": "Standalone MCP server for agentmemory — thin shim that re-exposes @agentmemory/agentmemory's MCP entrypoint",
  "type": "module",
  "bin": {
    "agentmemory-mcp": "./bin.mjs"
  },
  "files": [
    "bin.mjs",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "ai",
    "agent",
    "memory",
    "mcp",
    "agentmemory"
  ],
  "author": "Rohit Ghumare <ghumare64@gmail.com>",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/rohitg00/agentmemory",
    "directory": "packages/mcp"
  },
  "homepage": "https://github.com/rohitg00/agentmemory#readme",
  "bugs": "https://github.com/rohitg00/agentmemory/issues",
  "dependencies": {
    "@agentmemory/agentmemory": "~0.9.0"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "engines": {
    "node": ">=20.0.0"
  }
}
