MCP Server
Maintained
MIT
io.github.ardev-lab/fake-star-audit MCP Server
io.github.ardev-lab/fake-star-audit
What is the io.github.ardev-lab/fake-star-audit MCP server?
Transparent rule-based GitHub fake-star detector — LOW/MEDIUM/HIGH with per-rule evidence.
How to install io.github.ardev-lab/fake-star-audit
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"fake-star-audit": {
"command": "uvx",
"args": [
"fake-star-audit"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"fake-star-audit": {
"command": "uvx",
"args": [
"fake-star-audit"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"fake-star-audit": {
"command": "uvx",
"args": [
"fake-star-audit"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"fake-star-audit": {
"type": "stdio",
"command": "uvx",
"args": [
"fake-star-audit"
]
}
}
}Claude Code
claude mcp add fake-star-audit -- uvx fake-star-auditRelated MCP servers
Transparent rule-based GitHub star-trajectory classifier + calibrated 100-star/48h projection
0
View repository →Python
MIT