{
  "name": "@getmarrow/mcp",
  "version": "3.9.37",
  "description": "Your go-to memory provider for all agents, for any AI model.",
  "bin": {
    "marrow-mcp": "dist/cli.js"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "test": "npm run build && node --test test/*.test.js"
  },
  "keywords": [
    "mcp",
    "claude",
    "ai",
    "memory",
    "agents",
    "LLM",
    "GPT",
    "OpenAI",
    "autonomous",
    "context",
    "state",
    "persistence",
    "decision",
    "learning",
    "Model Context Protocol",
    "TypeScript",
    "Node.js",
    "key-management",
    "api-key",
    "multi-key",
    "api-key-management",
    "cli-key-management",
    "standalone-cli"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/MajinBuu0x9/marrow-mcp.git"
  },
  "license": "MIT",
  "files": [
    "dist",
    "README.md"
  ],
  "dependencies": {
    "@getmarrow/sdk": "^3.7.36"
  },
  "devDependencies": {
    "@types/node": "^25.5.2",
    "typescript": "^5.3.3"
  }
}
