Package Intel for Grok
io.github.adam121393/package-intel
npm, PyPI & crates.io health, vulns and dependency graphs. Runs locally, no API key.
client:Grok
transport:stdio
runtime:npm
Install Package Intel in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"package-intel": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"package-intel-mcp"
],
"env": {
"API_URL": "<API_URL>",
"NETWORK": "<NETWORK>",
"X402_PRIVATE_KEY": "<X402_PRIVATE_KEY>",
"X402_TX_HASH": "<X402_TX_HASH>"
}
}
}
}
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