Qai Consultant MCP

An open-source AI agent that acts as a senior QA Architect - automatically generating a Test Strategy, Risk Register, Effort Estimation Report, and Test Plan from a simple project description, plus deterministic QA Document Quality Review and Test Results Analysis for evaluating what already exists. Also available as an MCP server so Claude Code, Claude Desktop, and claude.ai can ground their own QA work in the same…

People connecting AI & ML tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-18 · ★ 4 · #31 OF 95 MAINTAINED AI & ML · VERIFIED 2026-08-25

NOASSERTION · Python servers · how we verify → /methodology

01 · Install Qai Consultant MCP

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add gvasile29-qai-consultant -- uvx qai-consultant-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "gvasile29-qai-consultant": {
      "command": "uvx",
      "args": [
        "qai-consultant-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license no standard license detected - usage rights unclear; check the repo before commercial use

pypi package qai-consultant-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.gvasile29 is GitHub-verified and matches the repo owner

03 · What Qai Consultant MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v3.1.4 · 2026-07-23

Changed · Added the mcp-name: io.github.gvasile29/qai-consultant-mcp marker to README_MCP.md (the package's PyPI long description), a prerequisite for listing qai-consultant-mcp in the official Anthropic MCP registry…

v3.1.3 · 2026-07-21

Fixed · The sidebar visit counter's label read "N vizite" (Romanian) instead of matching the rest of the app's English UI copy. Now reads "N visits".

v3.1.2 · 2026-07-21

Fixed · The sidebar visit counter, introduced in v3.1.1, never actually incremented - Pinecone rejects the all-zero placeholder vector it used internally ([400] Dense vectors must contain at least one non-zero value)…

04 · Who maintains Qai Consultant MCP

qai-consultant-mcp is maintained by gvasile29. It's the only MCP server we track from this author; the repo dates to Feb 2026.

05 · Facts

category
AI & ML - ranked #31 of 95 actively-maintained AI & ML servers as of 2026-08-25.
release cadence
6 releases in the last 90 days (latest 2026-07-23)
registry
io.github.gvasile29/qai-consultant-mcp (active, first published 2026-07-23 · 3 versions)
packages
pypi:qai-consultant-mcp

06 · Qai Consultant MCP FAQ

What is Qai Consultant MCP?

An open-source AI agent that acts as a senior QA Architect - automatically generating a Test Strategy, Risk Register, Effort Estimation Report, and Test Plan from a simple project description, plus deterministic QA Document Quality Review and Test Results Analysis for evaluating what already exists. Also available as an MCP server so Claude Code, Claude Desktop, and claude.ai can ground their own QA work in the same…

Is Qai Consultant MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-18 and it shipped 6 releases in the last 90 days. We re-verify nightly.

How do I install Qai Consultant MCP?

Run `uvx qai-consultant-mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Qai Consultant MCP run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Qai Consultant MCP