Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"sdwan-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
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.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in devops
MCP server for using the GitLab API
MCP Server for kubernetes management commands
MCP server for Dynatrace Managed to access logs, events, and metrics.
MCP server for no-payment x402 surface triage, 402 Index health checks, and paid review handoff.
MCP Security Weekly
Get CVE alerts and security updates for SDWAN MCP SERVER and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
Clone the repository
git clone https://github.com/yourusername/sdwan-mcp-server.git
cd sdwan-mcp-server
Install dependencies
pip install -r requirements.txt
Configure environment variables
# Copy the example environment file
cp .env.example .env
# Edit .env with your settings
nano .env
Update configuration
⚠️ IMPORTANT: You must update the IP address in your configuration!
Edit your .env file:
# REQUIRED: Change this to your SD-WAN management server IP
SDWAN_BASE_URL="https://YOUR_SDWAN_SERVER_IP:8443"
# Update credentials
SDWAN_USERNAME="your_username"
SDWAN_PASSWORD="your_password"
# Optional settings
VERIFY_SSL="false"
LOG_LEVEL="INFO"
Test the server
python test_client.py
Run the server
python main.py
| Variable | Description | Default | Required |
|---|---|---|---|
SDWAN_BASE_URL | SD-WAN server base URL | https://192.168.10.130:8443 | ✅ YES |
SDWAN_USERNAME | Authe |