{
  "manifest_version": "0.3",
  "name": "cutline-mcp",
  "display_name": "Cutline — Engineering Guardrails",
  "version": "0.5.0",
  "description": "Security, reliability, and scalability constraints for your coding agent. Free code audits with 9 compliance frameworks built in.",
  "long_description": "Cutline is a guardrail middleware for AI coding agents. It extracts non-functional requirements (security, scalability, reliability) from your ideas and injects them as structured constraints into your agent's context. Includes free code audits (3/month), SOC 2 / PCI-DSS / HIPAA / GDPR / OWASP LLM Top 10 compliance frameworks, pre-mortem risk analysis, and a Red-Green-Refactor workflow for systematic remediation.",
  "author": {
    "name": "Cutline",
    "url": "https://thecutline.ai"
  },
  "repository": "https://github.com/kylewadegrove/cutline",
  "homepage": "https://thecutline.ai",
  "documentation": "https://thecutline.ai/docs/setup",
  "license": "MIT",
  "keywords": [
    "security",
    "guardrail",
    "vibecoding",
    "code-audit",
    "compliance",
    "soc2",
    "nfr",
    "constraint",
    "pre-mortem"
  ],
  "server": {
    "type": "node",
    "entry_point": "server/cutline-server.js",
    "mcp_config": {
      "command": "npx",
      "args": ["-y", "@vibekiln/cutline-mcp-cli@latest", "serve", "constraints"]
    }
  },
  "tools": [
    {
      "name": "engineering_audit",
      "description": "Premium deep, product-linked engineering audit with RGR remediation planning"
    },
    {
      "name": "code_audit",
      "description": "Free security, reliability, and scalability code audit of your codebase (3/month)"
    },
    {
      "name": "constraints_auto",
      "description": "Auto-inject relevant constraints based on file context"
    },
    {
      "name": "constraints_query",
      "description": "Query product constraints by keyword"
    },
    {
      "name": "exploration_start",
      "description": "Start a guided product idea exploration"
    },
    {
      "name": "premortem_run",
      "description": "Run a full pre-mortem risk analysis on a product idea"
    },
    {
      "name": "graph_metrics",
      "description": "Get engineering readiness scores and NFR coverage"
    }
  ],
  "user_config": {
    "properties": {
      "CUTLINE_ENVIRONMENT": {
        "type": "string",
        "description": "Environment: 'production' or 'staging'",
        "default": "production"
      }
    }
  },
  "compatibility": {
    "clients": ["claude-desktop"]
  }
}
