@mrpatpat/reqly-mcp
v0.9.0
Published
MCP server for Git-native Reqly requirements and traceability
Readme
@mrpatpat/reqly-mcp
Universal MCP server for Reqly. It exposes requirements, verifications, organizational folders, validation, status changes, and relation mutations over stdio, so Codex, Claude, Cursor, and other MCP clients can use Reqly without VS Code. The reqly_create_folder tool can create a folder and populate its non-normative contains relations in one call.
The server operates on the current working directory by default. Set REQLY_ROOT when the Reqly repository is elsewhere.
Install it directly from the agent's terminal:
Codex:
codex mcp add reqly -- npx -y @mrpatpat/reqly-mcpClaude Code:
claude mcp add reqly -- npx -y @mrpatpat/reqly-mcpExample Codex configuration:
[mcp_servers.reqly]
command = "npx"
args = ["-y", "@mrpatpat/reqly-mcp"]