Model Context Protocol server that enables API test automation across various AI hosts (Claude, OpenAI, custom) using Postman Collections.
AI Host(Claude, OpenAI, 사용자 개발)에서 범용적으로 사용 가능한 Model Context Protocol(MCP) 서버입니다.
이 프로젝트는 다양한 AI 호스트 환경에서 사용할 수 있는, Postman Collection 기반의 API 테스트 자동화 서버를 제공합니다. 사용자가 Postman Collection, Environment, Data json 파일을 업로드하면 SQLite DB에 저장하고 테스트를 실행할 수 있습니다.
# 저장소 클론 git clone https://github.com/foxywolf-hub/mcp-server1.git cd mcp-server1 # 의존성 설치 uv pip install -r requirements.txt
# 서버 실행 python main.py
서버는 https://localhost:8610 에서 실행됩니다.
mcp-server1/
├── app/ # 애플리케이션 코드
│ ├── api/ # API 라우트
│ ├── core/ # 코어 설정
│ ├── db/ # 데이터베이스 관련
│ ├── models/ # 데이터 모델
│ ├── schemas/ # Pydantic 스키마
│ ├── services/ # 비즈니스 로직
│ └── utils/ # 유틸리티 함수
├── certs/ # HTTPS 인증서
├── tests/ # 테스트 코드
├── main.py # 애플리케이션 진입점
├── requirements.txt # 의존성 목록
└── README.md # 프로젝트 설명
api_info
: API 기본 정보api_test_case
: API 테스트 케이스api_test_data
: 테스트 데이터api_test_collection
: 테스트 컬렉션collection_test_case
: 컬렉션과 테스트 케이스 연결api_test_run
: 테스트 실행 기록api_test_result
: 테스트 결과user
: 사용자 정보Discover shared experiences
Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!