From 2d70e8c472d0fd5180cb93ed499ed436a07e963b Mon Sep 17 00:00:00 2001 From: Gabriel Vasile Date: Thu, 23 Jul 2026 08:46:01 +0300 Subject: [PATCH 1/2] Add qai-consultant MCP server to Developer Tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 59f60c56b..9bca7e3e1 100644 --- a/README.md +++ b/README.md @@ -1456,6 +1456,7 @@ Tools and integrations that enhance the development workflow and environment man - [get-tmonier/argot](https://github.com/get-tmonier/argot) [![get-tmonier/argot MCP server](https://glama.ai/mcp/servers/get-tmonier/argot/badges/score.svg)](https://glama.ai/mcp/servers/get-tmonier/argot) 🎖️ 🦀 🏠 🍎 🪟 🐧 - Guardrail that checks agent-written code against a repo's own git-history-learned patterns — flags foreign dependencies, reinvented functions, misplaced code, broken layering, and gamed tests. Exposes `voice_context` (the repo's familiar imports/idioms for a file, so agents write in-voice before generating), `check` (score a generated hunk against the repo's patterns), and `explain`. 100% local, no LLM, single Rust binary. `npm i -g @tmonier/argot` - [MikhailHal/ariadne](https://github.com/MikhailHal/ariadne) [![MikhailHal/ariadne MCP server](https://glama.ai/mcp/servers/MikhailHal/ariadne/badges/score.svg)](https://glama.ai/mcp/servers/MikhailHal/ariadne) ☕ 🏠 🍎 🪟 🐧 - Affected-test selection for Kotlin/Android projects: returns only the unit tests impacted by the current working-tree changes, so agents skip full test runs while iterating. Function-level static analysis via Kotlin Analysis API — call graph over functions, properties (initializers, delegates, accessors), constructors and callable references — with automatic multi-module and Android variant source-set discovery. Verified on Now in Android (34 modules, ~4s per query). `brew install mikhailhal/tap/ariadne` - [DanMat/create-packkit](https://github.com/DanMat/create-packkit/tree/main/mcp) [![DanMat/create-packkit MCP server](https://glama.ai/mcp/servers/DanMat/create-packkit/badges/score.svg)](https://glama.ai/mcp/servers/DanMat/create-packkit) 📇 🏠 - Scaffold modern npm packages, CLIs, services, and full-stack monorepos from your agent. Three tools: inspect the option schema, preview the generated file tree, and write the project to disk — optionally creating the GitHub repo and pushing to it, or merging into an existing clone without overwriting anything. Also available as a CLI and a web configurator. `npx -y packkit-mcp` +- [gvasile29/qai-consultant](https://github.com/gvasile29/qai-consultant) 🐍 🏠 🍎 🪟 🐧 - Keyless local MCP server bringing ISTQB / OWASP / IEEE / ISO / EU AI Act QA standards into your AI client: standards-grounded retrieval, deterministic QA effort estimation, and automated QA document quality review (0-100 rubric) plus JUnit/CSV test-results flakiness analysis. `uvx qai-consultant-mcp` ### 🔒 Delivery - [jordandalton/doordash-mcp-server](https://github.com/JordanDalton/DoorDash-MCP-Server) 🐍 – DoorDash Delivery (Unofficial) From 98484ab1c540f57838f5c307f4d530d80715cf7e Mon Sep 17 00:00:00 2001 From: Gabriel Vasile Date: Tue, 28 Jul 2026 09:07:49 +0300 Subject: [PATCH 2/2] Add Glama score badge to qai-consultant entry Glama build now passes and the listing has a published release (3.1.4), as requested by the glama-check bot on this PR. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9bca7e3e1..3d80d7150 100644 --- a/README.md +++ b/README.md @@ -1456,7 +1456,7 @@ Tools and integrations that enhance the development workflow and environment man - [get-tmonier/argot](https://github.com/get-tmonier/argot) [![get-tmonier/argot MCP server](https://glama.ai/mcp/servers/get-tmonier/argot/badges/score.svg)](https://glama.ai/mcp/servers/get-tmonier/argot) 🎖️ 🦀 🏠 🍎 🪟 🐧 - Guardrail that checks agent-written code against a repo's own git-history-learned patterns — flags foreign dependencies, reinvented functions, misplaced code, broken layering, and gamed tests. Exposes `voice_context` (the repo's familiar imports/idioms for a file, so agents write in-voice before generating), `check` (score a generated hunk against the repo's patterns), and `explain`. 100% local, no LLM, single Rust binary. `npm i -g @tmonier/argot` - [MikhailHal/ariadne](https://github.com/MikhailHal/ariadne) [![MikhailHal/ariadne MCP server](https://glama.ai/mcp/servers/MikhailHal/ariadne/badges/score.svg)](https://glama.ai/mcp/servers/MikhailHal/ariadne) ☕ 🏠 🍎 🪟 🐧 - Affected-test selection for Kotlin/Android projects: returns only the unit tests impacted by the current working-tree changes, so agents skip full test runs while iterating. Function-level static analysis via Kotlin Analysis API — call graph over functions, properties (initializers, delegates, accessors), constructors and callable references — with automatic multi-module and Android variant source-set discovery. Verified on Now in Android (34 modules, ~4s per query). `brew install mikhailhal/tap/ariadne` - [DanMat/create-packkit](https://github.com/DanMat/create-packkit/tree/main/mcp) [![DanMat/create-packkit MCP server](https://glama.ai/mcp/servers/DanMat/create-packkit/badges/score.svg)](https://glama.ai/mcp/servers/DanMat/create-packkit) 📇 🏠 - Scaffold modern npm packages, CLIs, services, and full-stack monorepos from your agent. Three tools: inspect the option schema, preview the generated file tree, and write the project to disk — optionally creating the GitHub repo and pushing to it, or merging into an existing clone without overwriting anything. Also available as a CLI and a web configurator. `npx -y packkit-mcp` -- [gvasile29/qai-consultant](https://github.com/gvasile29/qai-consultant) 🐍 🏠 🍎 🪟 🐧 - Keyless local MCP server bringing ISTQB / OWASP / IEEE / ISO / EU AI Act QA standards into your AI client: standards-grounded retrieval, deterministic QA effort estimation, and automated QA document quality review (0-100 rubric) plus JUnit/CSV test-results flakiness analysis. `uvx qai-consultant-mcp` +- [gvasile29/qai-consultant](https://github.com/gvasile29/qai-consultant) [![gvasile29/qai-consultant MCP server](https://glama.ai/mcp/servers/gvasile29/qai-consultant/badges/score.svg)](https://glama.ai/mcp/servers/gvasile29/qai-consultant) 🐍 🏠 🍎 🪟 🐧 - Keyless local MCP server bringing ISTQB / OWASP / IEEE / ISO / EU AI Act QA standards into your AI client: standards-grounded retrieval, deterministic QA effort estimation, and automated QA document quality review (0-100 rubric) plus JUnit/CSV test-results flakiness analysis. `uvx qai-consultant-mcp` ### 🔒 Delivery - [jordandalton/doordash-mcp-server](https://github.com/JordanDalton/DoorDash-MCP-Server) 🐍 – DoorDash Delivery (Unofficial)