{
  "servers": [
    {
      "server": {
        "name": "aws-documentation-mcp-server",
        "description": "AWS Documentation MCP server for searching and reading AWS docs",
        "version": "latest",
        "packages": [
          {
            "registryType": "pypi",
            "identifier": "awslabs.aws-documentation-mcp-server",
            "transport": {
              "type": "stdio"
            },
            "environmentVariables": [
              {
                "name": "FASTMCP_LOG_LEVEL",
                "value": "ERROR"
              }
            ]
          }
        ]
      }
    },
    {
      "server": {
        "name": "jira",
        "title": "Jira",
        "description": "JLR Jira instance for project tracking, issue management, and workflow automation.",
        "version": "0.1.0",
        "packages": [
          {
            "registryType": "pypi",
            "identifier": "mcp-atlassian",
            "transport": {
              "type": "stdio"
            },
            "packageArguments": [
              { "type": "positional", "value": "--jira-url" },
              { "type": "positional", "value": "https://jira.devops.jlr-apps.com" },
              { "type": "positional", "value": "--jira-personal-token" },
              { "type": "positional", "value": "${JIRA_PERSONAL_TOKEN}" }
            ],
            "environmentVariables": [
              { "name": "JIRA_PERSONAL_TOKEN" },
              { "name": "READ_ONLY_MODE", "value": "true" }
            ]
          }
        ]
      }
    },
    {
      "server": {
        "name": "gitlab",
        "title": "GitLab",
        "description": "JLR GitLab instance for source control, CI/CD pipelines, and repository management.",
        "version": "0.1.0",
        "packages": [
          {
            "registryType": "pypi",
            "identifier": "mcp-gitlab",
            "transport": {
              "type": "stdio"
            },
            "packageArguments": [
              { "type": "positional", "value": "--gitlab-url" },
              { "type": "positional", "value": "https://git-gdd.sdo.jlrmotor.com" },
              { "type": "positional", "value": "--read-only" }
            ],
            "environmentVariables": [
              { "name": "GITLAB_PERSONAL_ACCESS_TOKEN" }
            ]
          }
        ]
      }
    }
  ]
}
