agent-qa
vostride/agent-qaOpen-source self-improving QA agent for software teams. A test harness with memory. Write tests in natural language for web and mobile. agent-qa learns from every run, adapts to UI changes, and catches regressions before you ship.
Tools · 3
Search the official agent-qa documentation and return ranked results.
Find task-specific QA recipes, software factory guides and testing comparisons. Returns canonical Markdown URLs; retrieve a result with read_agent_qa_page.
Retrieve the official Markdown representation of a public vostride.com content page.
Prompts · 1
A complete task for a coding agent: inspect the repository, configure agent-qa, run a meaningful test and report its evidence.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"agent-qa": {
"url": "https://vostride.com/mcp",
"transport": "http"
}
}
}