From 5d3ceea1f1dce1a727362c6ea4e872301d17884a Mon Sep 17 00:00:00 2001 From: Mikael Stenberg Date: Tue, 4 Aug 2026 17:05:09 +0200 Subject: [PATCH 1/3] Add Repo Test Architect --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 67370cd77..c8225e2cd 100644 --- a/README.md +++ b/README.md @@ -1366,6 +1366,7 @@ Tools and integrations that enhance the development workflow and environment man - [r-huijts/xcode-mcp-server](https://github.com/r-huijts/xcode-mcp-server) 📇 🏠 🍎 - Xcode integration for project management, file operations, and build automation - [rabdulsal/appstore-release-mcp](https://github.com/rabdulsal/appstore-release-mcp) [![rabdulsal/appstore-release-mcp MCP server](https://glama.ai/mcp/servers/rabdulsal/appstore-release-mcp/badges/score.svg)](https://glama.ai/mcp/servers/rabdulsal/appstore-release-mcp) 📇 🏠 🍎 - Drives the full App Store release cycle for iOS/macOS apps: version bump, archive + sign + TestFlight upload via your fastlane lane (as async jobs with log polling — the step REST-only ASC servers can't do), metadata updates, and review submission via the ASC API. Zero-dependency ES256 JWT auth. `npx appstore-release-mcp` - [ReAPI-com/mcp-openapi](https://github.com/ReAPI-com/mcp-openapi) 📇 🏠 - MCP server that lets LLMs know everything about your OpenAPI specifications to discover, explain and generate code/mock data +- [RepoAssay/repo-test-architect](https://github.com/RepoAssay/repo-test-architect) 📇 🏠 🍎 🪟 🐧 - Local-first, read-only MCP server that audits test architecture across JavaScript/TypeScript, C#, Elixir, Go, Kotlin/JVM, PHP, Python, Ruby, Rust, and Swift, then produces evidence-backed findings, rankings, and repository-native test plans. `npx --yes repo-test-architect mcp` - [Vbj1808/retrieval-lens](https://github.com/Vbj1808/retrieval-lens) [![Vbj1808/retrieval-lens MCP server](https://glama.ai/mcp/servers/Vbj1808/retrieval-lens/badges/score.svg)](https://glama.ai/mcp/servers/Vbj1808/retrieval-lens) 📇 🏠 - Black-box flight recorder for RAG retrieval inside MCP agents. Logs chunks, scores, sources and rankings so you can audit, replay and diff retrieval runs. - [reflagcom/mcp](https://github.com/reflagcom/javascript/tree/main/packages/cli#model-context-protocol) 🎖️ 📇 ☁️ - Flag features directly from chat in your IDE with [Reflag](https://reflag.com). - [Rootly-AI-Labs/Rootly-MCP-server](https://github.com/Rootly-AI-Labs/Rootly-MCP-server) 🎖️ 🐍 ☁️ 🍎 - MCP server for the incident management platform [Rootly](https://rootly.com/). From 59f6011bf3cca3dd95171e52d65292eb5a9743e1 Mon Sep 17 00:00:00 2001 From: Mikael Stenberg Date: Tue, 4 Aug 2026 21:12:57 +0200 Subject: [PATCH 2/3] Add Repo Test Architect Glama badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8225e2cd..483309a62 100644 --- a/README.md +++ b/README.md @@ -1366,7 +1366,7 @@ Tools and integrations that enhance the development workflow and environment man - [r-huijts/xcode-mcp-server](https://github.com/r-huijts/xcode-mcp-server) 📇 🏠 🍎 - Xcode integration for project management, file operations, and build automation - [rabdulsal/appstore-release-mcp](https://github.com/rabdulsal/appstore-release-mcp) [![rabdulsal/appstore-release-mcp MCP server](https://glama.ai/mcp/servers/rabdulsal/appstore-release-mcp/badges/score.svg)](https://glama.ai/mcp/servers/rabdulsal/appstore-release-mcp) 📇 🏠 🍎 - Drives the full App Store release cycle for iOS/macOS apps: version bump, archive + sign + TestFlight upload via your fastlane lane (as async jobs with log polling — the step REST-only ASC servers can't do), metadata updates, and review submission via the ASC API. Zero-dependency ES256 JWT auth. `npx appstore-release-mcp` - [ReAPI-com/mcp-openapi](https://github.com/ReAPI-com/mcp-openapi) 📇 🏠 - MCP server that lets LLMs know everything about your OpenAPI specifications to discover, explain and generate code/mock data -- [RepoAssay/repo-test-architect](https://github.com/RepoAssay/repo-test-architect) 📇 🏠 🍎 🪟 🐧 - Local-first, read-only MCP server that audits test architecture across JavaScript/TypeScript, C#, Elixir, Go, Kotlin/JVM, PHP, Python, Ruby, Rust, and Swift, then produces evidence-backed findings, rankings, and repository-native test plans. `npx --yes repo-test-architect mcp` +- [RepoAssay/repo-test-architect](https://github.com/RepoAssay/repo-test-architect) [![RepoAssay/repo-test-architect MCP server](https://glama.ai/mcp/servers/RepoAssay/repo-test-architect/badges/score.svg)](https://glama.ai/mcp/servers/RepoAssay/repo-test-architect) 📇 🏠 🍎 🪟 🐧 - Local-first, read-only MCP server that audits test architecture across JavaScript/TypeScript, C#, Elixir, Go, Kotlin/JVM, PHP, Python, Ruby, Rust, and Swift, then produces evidence-backed findings, rankings, and repository-native test plans. `npx --yes repo-test-architect mcp` - [Vbj1808/retrieval-lens](https://github.com/Vbj1808/retrieval-lens) [![Vbj1808/retrieval-lens MCP server](https://glama.ai/mcp/servers/Vbj1808/retrieval-lens/badges/score.svg)](https://glama.ai/mcp/servers/Vbj1808/retrieval-lens) 📇 🏠 - Black-box flight recorder for RAG retrieval inside MCP agents. Logs chunks, scores, sources and rankings so you can audit, replay and diff retrieval runs. - [reflagcom/mcp](https://github.com/reflagcom/javascript/tree/main/packages/cli#model-context-protocol) 🎖️ 📇 ☁️ - Flag features directly from chat in your IDE with [Reflag](https://reflag.com). - [Rootly-AI-Labs/Rootly-MCP-server](https://github.com/Rootly-AI-Labs/Rootly-MCP-server) 🎖️ 🐍 ☁️ 🍎 - MCP server for the incident management platform [Rootly](https://rootly.com/).