cursor-mcp-qa-agent
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@cursor-mcp-qa-agentAnalyze this user story and create a test charter."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Cursor + MCP QA Agent
A local Model Context Protocol server that gives Cursor Agent three focused QA tools, plus project rules and reusable workflows.
What the agent can do
MCP tool | Purpose |
| Extract criteria, risks, and open questions |
| Build a timeboxed risk-based exploratory session |
| Format verified evidence without inventing missing details |
Related MCP server: visual-ui-debug-agent-mcp
Architecture
Cursor Agent
├─ .cursor/rules/qa-agent.mdc → behavior and safety rules
└─ .cursor/mcp.json → local stdio connection
↓
QA MCP server (TypeScript)
├─ analyze story
├─ create charter
└─ draft bug reportCursor provides the AI reasoning. The MCP server provides small, validated, deterministic tools.
Run and connect
npm install
npm run build
npm run smokeThen open the repository in Cursor. The project-level .cursor/mcp.json registers the built server. Confirm portfolio-qa-toolkit is enabled in Cursor settings, open Agent, and paste the feature review prompt.
Why this is safe by default
Tools do not access the filesystem, shell, network, or issue trackers.
Zod validates every input before execution.
Rules prohibit invented evidence and secrets.
Bug severity remains a human decision.
The MCP smoke test launches the server, discovers tools, and calls one through the real protocol.
Interview demo (3 minutes)
Show
.cursor/mcp.jsonand the three tools in Cursor.Paste the feature review prompt.
Let Agent call
analyze_user_story, then create a charter.Explain the boundary: Agent reasons; MCP supplies validated capabilities; a human approves conclusions.
Project structure
src/server.ts MCP server and schemas
src/qa-tools.ts testable domain functions
.cursor/mcp.json project MCP connection
.cursor/rules/qa-agent.mdc persistent agent guidance
prompts/ repeatable demo workflows
examples/ sample feature descriptionLicense
MIT
This 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 Connectors
MCP server for building and testing AI agents with multi-model experimentation and insights.
Official MCP server for Qase — manage test cases, runs, suites, defects via AI tools.
MCP server for secureFlows: token-free URL builders and integration-linting tools for AI agents.
MCP server for AI access to SmartBear tools, including BugSnag, Reflect, Swagger, PactFlow, QTM4J.
Related MCP Servers
- AlicenseAqualityAmaintenanceAn MCP server that brings senior-QA discipline to AI coding assistants, enabling test planning, TDD, mutation testing, and code review.486Apache 2.0
- AlicenseCqualityAmaintenanceAn MCP server that enables AI agents to autonomously test, debug, and analyze web interfaces visually using Playwright, with 30 tools for screenshots, workflows, performance, and visual comparison.304081ISC
- AlicenseNot gradedqualityAmaintenanceMCP server that bundles curated development rules and tools to teach AI agents universal coding standards, testing, planning, and requirements engineering.75MIT
- FlicenseBqualityCmaintenanceMCP server for AI-powered QA analysis. It enables analyzing test failures, identifying root causes, suggesting fixes, classifying defects, detecting flaky tests, and generating test cases and bug reports.10
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/Ardaka/cursor-mcp-qa-agent'
If you have feedback or need assistance with the MCP directory API, please join our Discord server