QA MCP (Probably will rename to vibecheck?)
@Ilikepizza2
关于 QA MCP (Probably will rename to vibecheck?)
[MCP Server] The Security Agent for AI assisted coding
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"GroundNG-Web-Tester": {
"command": "uv",
"args": [
"--directory",
"path/to/cloned_repo",
"run",
"mcp_server.py"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is VibeShift?
VibeShift is a security agent that integrates with AI coding assistants via the Model Context Protocol (MCP). It analyzes code generated by AI, identifies vulnerabilities, and facilitates AI-driven remediation before insecure code reaches the codebase. It is designed for developers using tools like Cursor, GitHub Copilot, or Claude Code.
How to use VibeShift?
Install Python 3.10+, clone the repository, create a virtual environment, install dependencies with pip install -r requirements.txt, and install Playwright browsers with patchright install --with-deps. Rename .env.example to .env and add your LLM API key. Add the MCP server configuration to your AI assistant's MCP config. Then interact with VibeShift through natural language commands via your AI coding assistant.
Key features of VibeShift
- MCP integration with major AI coding assistants
- Automated SAST scanning using Semgrep
- Dynamic analysis via Nuclei
- AI-assisted test recording and execution
- AI-powered test discovery and regression testing
- Self‑healing tests that adapt to code changes
- Visual regression testing (pixelmatch and LLM)
Use cases of VibeShift
- Automatically scan AI‑generated code for security vulnerabilities
- Record and run Playwright‑based test scripts from natural language descriptions
- Execute regression test suites to catch regressions
- Discover test steps by crawling websites and analyzing pages
FAQ from VibeShift
What are the prerequisites for running VibeShift?
Python 3.10+, an LLM API key (Gemini 2.0 Flash works well), the MCP package installed (pip install mcp[cli]), and Playwright browsers installed (patchright install --with-deps).
How do I configure VibeShift?
Rename the .env.example file to .env in the project root and add your LLM API key under the LLM_API_KEY variable.
What security tools does VibeShift integrate?
VibeShift uses Semgrep for static code analysis (SAST) and Nuclei for template‑based dynamic scanning (DAST). It also leverages Playwright for browser automation.
Where are test and security results stored?
Recorded tests are saved as JSON files in the output/ directory. Execution results are returned to the AI assistant and also saved to output/execution_result_....json. Discovery results are saved to output/discovery_results_....json.
Does VibeShift support UI testing beyond standard Playwright?
Yes, it supports UI tests not natively supported by Playwright, such as checking if text is overflowing in a div.
其他 分类下的更多 MCP 服务器
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
评论