MCP Server
Active
MIT
io.github.ardev-lab/star-trajectory MCP Server
io.github.ardev-lab/star-trajectory
What is the io.github.ardev-lab/star-trajectory MCP server?
Transparent rule-based GitHub star-trajectory classifier + calibrated 100-star/48h projection
How to install io.github.ardev-lab/star-trajectory
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": {
"star-trajectory": {
"command": "uvx",
"args": [
"star-trajectory"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"star-trajectory": {
"command": "uvx",
"args": [
"star-trajectory"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"star-trajectory": {
"command": "uvx",
"args": [
"star-trajectory"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"star-trajectory": {
"type": "stdio",
"command": "uvx",
"args": [
"star-trajectory"
]
}
}
}Claude Code
claude mcp add star-trajectory -- uvx star-trajectoryRelated MCP servers
io.github.ardev-lab/fake-star-audit
Maintained
Transparent rule-based GitHub fake-star detector — LOW/MEDIUM/HIGH with per-rule evidence.
0
View repository →Python
MIT