{
  "name": "@mnemox/mcp-server-lite",
  "version": "1.1.1",
  "description": "MCP Server for MnemoX Lite - Semantic Memory for LLMs",
  "bin": {
    "mnemox-mcp": "bin/mnemox-mcp"
  },
  "main": "./src/server.js",
  "type": "module",
  "keywords": [
    "mcp",
    "model-context-protocol",
    "semantic-memory",
    "llm",
    "claude",
    "ai",
    "memory",
    "mnemox-lite"
  ],
  "author": "MnemoX Team",
  "license": "MIT",
  "homepage": "https://github.com/mnemox/mcp-server-lite",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mnemox/mcp-server-lite.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.12.0",
    "node-fetch": "^3.3.2",
    "chalk": "^5.3.0",
    "inquirer": "^9.2.12",
    "zod": "^3.23.8"
  },
  "scripts": {
    "start": "node bin/mnemox-mcp",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "files": [
    "bin/",
    "src/",
    "README.md"
  ]
}
