Scan GitHub repos and profiles for malware before cloning — commit-pinned risk verdicts for agents
claude mcp add flagrix -- npx -y flagrix
claude_desktop_config.json
{
"mcpServers": {
"flagrix": {
"command": "npx",
"args": [
"-y",
"flagrix"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"flagrix": {
"command": "npx",
"args": [
"-y",
"flagrix"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"flagrix": {
"command": "npx",
"args": [
"-y",
"flagrix"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"flagrix": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"flagrix"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"flagrix": {
"command": "npx",
"args": [
"-y",
"flagrix"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.flagrix-io--flagrix/reviews or the review_server meta-tool.
POST /mcp