telcoladder for Cursor
io.github.gollumw/telcoladder
Turn a signalling pcap into per-subscriber call flows: 5G, 4G and IMS, every failure explained
client:Cursor
transport:stdio
runtime:pypi
Install telcoladder in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"telcoladder": {
"type": "stdio",
"command": "uvx",
"args": [
"telcoladder"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs