Stats
Actions
Tags
From network-ai
Simulates and manages network topologies, devices, and configurations locally. Allows Claude to inspect, configure, and troubleshoot virtual network environments via a text-based network simulator.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"network-ai": {
"command": "npx",
"args": [
"-y",
"-p",
"network-ai",
"network-ai-server",
"--stdio"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
npx claudepluginhub jovancoding/network-ai