linkrescue mcp for Grok
io.github.carsonroell-debug/linkrescue-mcp
Broken link detection with affiliate tracking, revenue loss estimation, and fixes
client:Grok
transport:stdio
runtime:pypi
Install linkrescue mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"linkrescue-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"linkrescue-mcp"
],
"env": {
"LINKRESCUE_API_BASE_URL": "<LINKRESCUE_API_BASE_URL>",
"LINKRESCUE_API_KEY": "<LINKRESCUE_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