README.md•1.34 kB
# Keploy MCP Server
Keploy is an open-source **AI-powered API testing platform** designed to help developers achieve up to **90% test coverage** in just minutes — without writing manual tests. It automatically records real API traffic and converts it into test cases with mocks and stubs, ensuring faster and more reliable integration and regression testing.
---
## 🚀 Key Features
- **Auto Test Generation:** Captures live API requests and responses to automatically generate test cases.
- **Mocking & Stubbing:** Creates reusable mocks/stubs for external dependencies, making tests isolated and faster.
- **Seamless Integration:** Works smoothly with existing frameworks and CI/CD pipelines.
- **AI-Powered:** Uses AI to detect changes, identify flaky tests, and optimize test suites.
- **Open Source:** Transparent, community-driven, and easy to extend.
---
## 🧠 Use Cases
- Automating **API Testing** and **Regression Testing**
- Generating **Test Coverage Reports**
- Simplifying **Integration Testing** across microservices
- Reducing **manual QA efforts**
---
## ⚙️ Categories
- **Home Automation & IoT**
- **Browser Automation**
---
## 📦 Installation
```bash
# Clone the repository
git clone https://github.com/keploy/keploy.git
# Navigate into directory
cd keploy
# Run setup
npm install
npm start