mdb_api_layer

pgundlupetvenkatesh/mdb_api_layer
★ 0 stars Python DevOps Updated 3d ago
A pytest-based API testing framework for the TMDB REST API, showcasing real-world SDET and CI/CD practices: end-to-end integration tests, Pact contract validation, Dockerized parallel runs, Kubernetes-based local execution, and GitHub Actions CI/CD - with AI-powered test-failure diagnosis exposed both in-suite and as an MCP server for AI agents.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mdb_api_layer": {
      "command": "uvx",
      "args": [
        "mdb-api-layer"
      ]
    }
  }
}

Or install with pip: pip install mdb-api-layer

Topics

ai-failure-analysisallure-reportclaudeclaude-codeclaude-skillscontract-testingdockerdocker-composefailure-analysiskubernestesmcp-serverpactpythonrequests-lirestfull-api