What is the io.github.ryudi84/github-stats MCP server?
MCP server for GitHub repo stats: stars, forks, contributors, activity.
How to install io.github.ryudi84/github-stats
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": {
"github-stats": {
"command": "npx",
"args": [
"-y",
"sovereign-github-stats-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"github-stats": {
"command": "npx",
"args": [
"-y",
"sovereign-github-stats-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"github-stats": {
"command": "npx",
"args": [
"-y",
"sovereign-github-stats-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"github-stats": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"sovereign-github-stats-mcp"
]
}
}
}Claude Code
claude mcp add github-stats -- npx -y sovereign-github-stats-mcpRelated MCP servers
MCP server for generating REST API boilerplate and Express endpoints.
View repository →MCP server for API testing: HTTP requests, cURL generation, health checks.
View repository →Encode/decode Base64, URL-safe variants, and file data
View repository →MCP server for generating changelogs from conventional commits.
View repository →