package version check mcp for Grok
io.github.mshekow/package-version-check-mcp
Returns the latest package / dependency / tool versions for Python, NPM, Go, Docker, Helm, etc.
client:Grok
transport:stdio
runtime:pypi
Install package version check mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"package-version-check-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"package-version-check-mcp"
],
"env": {
"GITHUB_PAT": "<GITHUB_PAT>",
"PACKAGE_VERSION_CACHE_ENABLED": "<PACKAGE_VERSION_CACHE_ENABLED>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs