The aimiox AMXNet Network Devices MCP Server enables seamless interaction with network devices through any SSE-compatible MCP client. It provides a powerful interface for managing, monitoring, and controlling connected devices like servers, routers, switches, and more.
Server Config
{
"mcpServers": {
"amxnet": {
"command": "docker",
"args": [
"run",
"-it",
"-p 8765:8765",
"-p 8002:8002",
"aimiox/amxnet-mcp:latest"
]
}
}
}