davidlin2k/pox-mcp-server
MCP server for the POX SDN controller to provides network control and management capabilities.
Quick Start
Clone the repository:
git clone https://github.com/davidlin2k/pox-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"pox-mcp-server": {
"command": "npx",
"args": [
"-y",
"davidlin2k/pox-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.