🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@thenextgennexus/github-analytics-mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thenextgennexus/github-analytics-mcp-server - npm Package Compare versions

Comparing version
1.0.0
to
1.0.1
+30
server.json
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.TheNextGenNexus/github-analytics-mcp-server",
"description": "Get GitHub repository stats, search repos, analyze languages, and compare projects",
"repository": {
"url": "https://github.com/TheNextGenNexus/ai-analytics-mcp-servers",
"source": "github",
"subfolder": "servers/github-analytics-mcp-server"
},
"version": "1.0.0",
"packages": [
{
"registryType": "npm",
"identifier": "@thenextgennexus/github-analytics-mcp-server",
"version": "1.0.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Apify API token for accessing web scraping actors",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "APIFY_TOKEN"
}
]
}
]
}
+3
-3
{
"name": "@thenextgennexus/github-analytics-mcp-server",
"version": "1.0.0",
"version": "1.0.1",
"description": "Get GitHub repository stats, search repos, analyze languages, and compare projects",

@@ -39,3 +39,3 @@ "type": "module",

},
"mcpName": "io.github.thenextgennexus/github-analytics-mcp-server"
}
"mcpName": "io.github.TheNextGenNexus/github-analytics-mcp-server"
}