telcoladder for Grok
io.github.gollumw/telcoladder
Turn a signalling pcap into per-subscriber call flows: 5G, 4G and IMS, every failure explained
client:Grok
transport:stdio
runtime:pypi
Install telcoladder in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"telcoladder": {
"type": "stdio",
"command": "uvx",
"args": [
"telcoladder"
]
}
}
}
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