MCP Server
Active
MIT
io.github.liminalpepe/x402-repohealth-mcp MCP Server
io.github.liminalpepe/x402-repohealth-mcp
What is the io.github.liminalpepe/x402-repohealth-mcp MCP server?
Free MCP server: compute a GitHub repo maintenance/abandonment health score from live data.
How to install io.github.liminalpepe/x402-repohealth-mcp
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": {
"x402-repohealth-mcp": {
"command": "npx",
"args": [
"-y",
"x402-repohealth-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"x402-repohealth-mcp": {
"command": "npx",
"args": [
"-y",
"x402-repohealth-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"x402-repohealth-mcp": {
"command": "npx",
"args": [
"-y",
"x402-repohealth-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"x402-repohealth-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"x402-repohealth-mcp"
]
}
}
}Claude Code
claude mcp add x402-repohealth-mcp -- npx -y x402-repohealth-mcpRelated MCP servers
io.github.liminalpepe/agent-guard-mcp
Maintained
Verify-before-act safety checks for AI agents: packages, lockfiles, manifests, CI workflows.
0
View repository →JavaScript
MIT
Free MCP server: index a repo's files into the x402-codesearch Worker's search index.
0
View repository →JavaScript
MIT
Free MCP server: render bar/line/area charts to SVG from structured data.
0
View repository →TypeScript
MIT