tcpiplab/Instability
A network diagnostic chatbot that also works offline. It has over 50 built-in tools to provide troubleshooting and analysis of local and remote networks. Chat interactively from the command line or integrate programmatically via its MCP server using standard input/output via VS Code's Copilot, Claude Desktop, or another MCP client.
Platform-specific configuration:
{
"mcpServers": {
"Instability": {
"command": "npx",
"args": [
"-y",
"Instability"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...