userinyerface-mcp-server
Officialuserinyerface-mcp-server
userinyerface.com 캡스톤 프로젝트(Unit 4 — Allure & Reporting)의 공식 테스트 케이스를 MCP 도구로 노출하는 작은 MCP(Model Context Protocol) 서버입니다.
이 프로젝트의 테스트 케이스는 연습용 저장소에 포함되어 있지 않습니다. 실제 프로젝트와 마찬가지로 별도의 테스트 케이스 관리 시스템에 있습니다. 여기서 그 시스템은 바로 이 MCP 서버입니다. AI 클라이언트를 연결하고 캡스톤 작업의 Phase 0의 일부로 필요한 테스트 케이스를 가져오세요.
노출되는 기능
단일 test_cases.json 파일을 기반으로 하는 두 가지 도구:
list_test_cases()— 사용 가능한 모든 테스트 케이스(TC1Cards,TC2Help Form,TC3Cookies Form,TC4Timer)의 ID와 제목을 반환합니다.get_test_case(test_id)— 지정된 ID에 대한 전체 테스트 케이스를 반환합니다: host, preconditions, 그리고 단계별 테이블(action / expected result).
Related MCP server: mcp-playwright-test
설정
Python 3.10+가 필요합니다.
pip install -r requirements.txt다음과 같이 서버가 로컬에서 실행되는지 확인할 수 있습니다:
python server.py(stdio에서 대기 상태로 머무를 것입니다. 이는 정상입니다. 중지하려면 Ctrl+C를 누르세요. 수동으로 실행할 필요는 없습니다. MCP 클라이언트가 자동으로 실행합니다.)
Cursor(무료 티어)로 연결하기
Cursor → Settings → MCP를 엽니다.
다음과 같은 구성으로 새 MCP 서버를 추가합니다(이 저장소를 클론한 경로로 조정하세요):
{
"mcpServers": {
"userinyerface-test-cases": {
"command": "python",
"args": ["/absolute/path/to/userinyerface-mcp-server/server.py"]
}
}
}Cursor에 서버가 연결된 것으로 표시되고
list_test_cases및get_test_case도구를 사용할 수 있어야 합니다.AI 어시스턴트에게 "list the available test cases" 또는 *"get me the test case for TC4"*처럼 요청해서 작동하는지 확인하세요.
전체 안내는 Unit 4 설정 영상을 참조하세요.
프로젝트 구조
userinyerface-mcp-server/
├── server.py # MCP server entry point — tool definitions
├── test_cases.json # The actual test case data
├── requirements.txt
└── README.mdThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityFmaintenanceA universal MCP server that exposes all UTCP-registered tools to MCP clients while providing a web interface for tool management.729203MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that automates Playwright-based UI and API testing, supporting test case generation from requirements or API specs, and execution with detailed reports.121MIT
- AlicenseBqualityFmaintenanceAn MCP server for TestRail that prepares everything needed to generate test cases from Jira tickets, Confluence pages, or free-form specs and pushes them back to TestRail.312MIT
- AlicenseNot gradedqualityCmaintenanceMCP server for generating, validating, running, and reporting Apache JMeter API performance tests from structured API sources.MIT
Related MCP Connectors
MCP server for AI access to Swagger by SmartBear.
MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.
A basic MCP server to operate on the Postman API.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/a1qa-education/userinyerface-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server