QA-memory

JeanSantos89/QA-memory
★ 1 stars TypeScript Memory/Knowledge Updated 7d ago
A production-grade Model Context Protocol (MCP) server that acts as a semantic knowledge layer for QA teams and autonomous developer agents. Built with TypeScript and Python, it stores and serves persistent product context—including business rules, critical flows, and historical incidents—to guide agentic software development workflows.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "qa-memory": {
      "command": "npx",
      "args": [
        "-y",
        "JeanSantos89/QA-memory"
      ]
    }
  }
}