Download rqwstr
Get the binary for your platform. No dependencies, single file.
Quick install
Auto-detects your OS and architecture. Works on macOS and Linux.
$ curl -fsSL https://rqwstr.com/install.sh | sh
All platforms
Installation
1. Download and extract:
$ tar xzf rqwstr_*.tar.gz
2. Make executable and move to PATH:
$ chmod +x rqwstr $ sudo mv rqwstr /usr/local/bin/
3. Authenticate and configure:
$ rqwstr setup
4. Add to your MCP client config:
{
"mcpServers": {
"rqwstr": {
"command": "rqwstr",
"args": ["serve"]
}
}
}
Verify download
Verify the SHA256 checksum of your download:
$ sha256sum rqwstr_*.tar.gz # Compare with checksums.txt from: # https://rqwstr.com/static/releases/latest/checksums.txt