Skip to main content
Developer ToolsPython

davidlin2k/pox-mcp-server

MCP server for the POX SDN controller to provides network control and management capabilities.

developer-toolslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/davidlin2k/pox-mcp-server

Claude 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.

Details

Category
Developer Tools
Language
Python
Author
davidlin2k