The aimiox SNMP MCP SSE Server provides a seamless interface for SNMP device and MIBs interaction and monitoring.
Server Config
{
"mcpServers": {
"amx-snmp": {
"command": "docker",
"args": [
"run",
"-it",
"-p 8001:8001",
"-v $(pwd)/config.yaml:/app/config.yaml",
"-v $(pwd)/data:/app/data",
"amx-snmp-mcp:latest"
]
}
}
}