{
  "name": "cielara-enterprise",
  "description": "Cielara Enterprise MCP connector — installs an MCP server for Claude, Codex, and Cursor that connects to the Cielara knowledge graph, agent memory, and world model, plus the code-graph sidecar, skills, and grep enrichment hooks.",
  "license": "SEE LICENSE IN EULA-TOS.md",
  "type": "commonjs",
  "bin": {
    "cielara": "bin/cielara.js",
    "cielara-code": "bin/cielara-code.js",
    "cielara-enterprise": "bin/cielara.js"
  },
  "files": [
    "bin",
    "lib",
    "commands",
    "skills",
    "cielara",
    "python/memory_mcp",
    "python/requirements.txt",
    "scripts/guard-publish.js",
    "scripts/preinstall.js",
    "scripts/postinstall.js",
    "scripts/preuninstall.js",
    "EULA-TOS.md",
    "THIRD_PARTY_LICENSES.md",
    "README.md"
  ],
  "keywords": [
    "cielara",
    "cielara-enterprise",
    "mcp",
    "claude",
    "codex",
    "connector",
    "knowledge-graph",
    "ontology"
  ],
  "homepage": "https://causaldynamics.com",
  "repository": {
    "type": "git",
    "url": "https://github.com/causaldynamics-research/cielara-code-connector.git"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "scripts": {
    "preinstall": "node scripts/preinstall.js",
    "postinstall": "node scripts/postinstall.js",
    "preuninstall": "node scripts/preuninstall.js",
    "prepack": "find python -type d -name __pycache__ -prune -exec rm -rf {} + 2>/dev/null; find python -name '*.pyc' -delete 2>/dev/null; true"
  },
  "version": "0.1.41"
}
