Skip to main content
Glama
Ardaka

cursor-mcp-qa-agent

by Ardaka

Cursor + MCP QA Agent

MCP quality checks

A local Model Context Protocol server that gives Cursor Agent three focused QA tools, plus project rules and reusable workflows.

Cursor MCP TypeScript

What the agent can do

MCP tool

Purpose

analyze_user_story

Extract criteria, risks, and open questions

create_test_charter

Build a timeboxed risk-based exploratory session

draft_bug_report

Format verified evidence without inventing missing details

Related MCP server: Lucius

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 report

Cursor provides the AI reasoning. The MCP server provides small, validated, deterministic tools.

Run and connect

npm install
npm run build
npm run smoke

Then 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)

  1. Show .cursor/mcp.json and the three tools in Cursor.

  2. Paste the feature review prompt.

  3. Let Agent call analyze_user_story, then create a charter.

  4. 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 description

License

MIT

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    -
    quality
    C
    maintenance
    An MCP server that gives AI coding assistants QA superpowers, enabling users to report bugs by pointing, clicking, or typing while automatically capturing diagnostic data for AI-driven test-feedback-fix loops.
    15
    4
    MIT
  • A
    license
    B
    quality
    A
    maintenance
    An MCP server for Allure TestOps that enables AI agents to manage test cases, defects, test plans, and other test management entities with clear, easy-to-use tools and helpful error guidance.
    66
    7
    Apache 2.0

View all related MCP servers

Related MCP Connectors

  • Official MCP server for Qase — manage test cases, runs, suites, defects via AI tools.

  • MCP server for AI access to SmartBear tools, including BugSnag, Reflect, Swagger, PactFlow, QTM4J.

  • MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.

View all MCP Connectors

Latest Blog Posts

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