A comprehensive Model Context Protocol (MCP) server for monitoring and managing SD-WAN devices through REST API endpoints. This server exposes SD-WAN device monitoring and management functionality that can be integrated with Cursor and other MCP-compatible tools.
Server Config
{
"mcpServers": {
"sdwan-mcp-server": {
"command": "python",
"args": [
"/path/to/your/project/main.py"
],
"env": {
"PYTHONPATH": "/path/to/your/project"
}
}
}
}