{
  "comment": "Stellar Cyber MCP Agents - Multiple Configuration Options",
  "npx_configurations": {
    "stellar-cyber-working": {
      "command": "npx",
      "args": ["stellar-cyber-mcp-agents@latest", "stellar-cyber-mcp-server"],
      "env": {
        "STELLAR_API_URL": "https://your-instance.stellarcyber.cloud",
        "STELLAR_API_TOKEN": "your-api-token-here",
        "LOG_LEVEL": "info"
      }
    },
    "stellar-cyber-full": {
      "command": "npx",
      "args": ["stellar-cyber-mcp-agents@latest", "stellar-cyber-mcp-full"],
      "env": {
        "STELLAR_API_URL": "https://your-instance.stellarcyber.cloud",
        "STELLAR_API_TOKEN": "your-api-token-here",
        "LOG_LEVEL": "info"
      }
    },
    "stellar-cyber-minimal": {
      "command": "npx",
      "args": ["stellar-cyber-mcp-agents@latest", "stellar-cyber-mcp-minimal"],
      "env": {
        "STELLAR_API_URL": "https://your-instance.stellarcyber.cloud",
        "STELLAR_API_TOKEN": "your-api-token-here",
        "LOG_LEVEL": "info"
      }
    },
    "stellar-cyber-simple": {
      "command": "npx",
      "args": ["stellar-cyber-mcp-agents@latest", "stellar-cyber-mcp-simple"],
      "env": {
        "STELLAR_API_URL": "https://your-instance.stellarcyber.cloud",
        "STELLAR_API_TOKEN": "your-api-token-here",
        "LOG_LEVEL": "info"
      }
    }
  },
  "global_install_configurations": {
    "stellar-cyber-working": {
      "command": "stellar-cyber-mcp-server",
      "args": [],
      "env": {
        "STELLAR_API_URL": "https://your-instance.stellarcyber.cloud",
        "STELLAR_API_TOKEN": "your-api-token-here",
        "LOG_LEVEL": "info"
      }
    },
    "stellar-cyber-full": {
      "command": "stellar-cyber-mcp-full",
      "args": [],
      "env": {
        "STELLAR_API_URL": "https://your-instance.stellarcyber.cloud",
        "STELLAR_API_TOKEN": "your-api-token-here",
        "LOG_LEVEL": "info"
      }
    },
    "stellar-cyber-minimal": {
      "command": "stellar-cyber-mcp-minimal",
      "args": [],
      "env": {
        "STELLAR_API_URL": "https://your-instance.stellarcyber.cloud",
        "STELLAR_API_TOKEN": "your-api-token-here",
        "LOG_LEVEL": "info"
      }
    },
    "stellar-cyber-simple": {
      "command": "stellar-cyber-mcp-simple",
      "args": [],
      "env": {
        "STELLAR_API_URL": "https://your-instance.stellarcyber.cloud",
        "STELLAR_API_TOKEN": "your-api-token-here",
        "LOG_LEVEL": "info"
      }
    }
  }
}