x402 repohealth mcp for Gemini CLI
io.github.liminalpepe/x402-repohealth-mcp
Free MCP server: compute a GitHub repo maintenance/abandonment health score from live data.
client:Gemini CLI
transport:stdio
runtime:npm
Install x402 repohealth mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"x402-repohealth-mcp": {
"command": "npx",
"args": [
"-y",
"x402-repohealth-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs