contract scanner for Grok
io.github.lordbasilaiassistant-sudo/contract-scanner
Smart contract security scanner — vulnerabilities, risk scores, and calldata decoding
client:Grok
transport:stdio
runtime:npm
Install contract scanner in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"contract-scanner": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@thryx/contract-scanner-mcp-server"
],
"env": {
"RPC_URL": "<RPC_URL>",
"THRYX_API_KEY": "<THRYX_API_KEY>",
"BASESCAN_API_KEY": "<BASESCAN_API_KEY>",
"ETHERSCAN_API_KEY": "<ETHERSCAN_API_KEY>"
}
}
}
}
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