requ-mcp

nouhouari/requ-mcp
★ 0 stars TypeScript AI/LLM Updated today
MCP server to track requirements coverage and its evolution across phases/releases — pairs with Conductor for e2e tests.
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": {
    "requ-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "nouhouari/requ-mcp"
      ]
    }
  }
}

README Excerpt

📦 **Published on npm:** [npmjs.com/package/requ-mcp](https://www.npmjs.com/package/requ-mcp) An MCP server that tracks **requirements coverage** for a project, and how it **evolves across phases/releases**. It gives AI agents structured tools to maintain a living traceability graph: ``` Requirement → User Story → (descriptive acceptance criteria)

Tools (10)

check_conductorcoverage_reportcoverage_trendcreate_user_storyfind_gapsimport_execution_reportinit_projectlist_linksnpxrecord_execution