Five Glovrex fleet apps (dep/schema/secrets/repo-health/license audit), each with its own CLI, MCP server, and Ed25519-signed receipt.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"glovrex-audit-pack": {
"command": "npx",
"args": [
"-y",
"greymoth-jp/glovrex-audit-pack"
]
}
}
}
Run in terminal:
claude mcp add glovrex-audit-pack npx -y greymoth-jp/glovrex-audit-pack
Add to .cursor/mcp.json:
{
"mcpServers": {
"glovrex-audit-pack": {
"command": "npx",
"args": [
"-y",
"greymoth-jp/glovrex-audit-pack"
]
}
}
}