gns3-mcp-server
Verified Safeby Wael-Rd
Overview
Enables AI assistants to programmatically create, manage, and simulate network topologies within GNS3.
Installation
python -m gns3_mcp.serverSecurity Notes
The server's core functionality involves sending CLI commands to simulated network devices via Telnet. While this is the intended purpose for network automation, a malicious AI could potentially inject harmful commands into the simulated environment. The underlying API client (httpx) and Telnet client (socket) are standard. No hardcoded sensitive credentials or direct code execution vulnerabilities on the host system were identified. Telnet itself is an unencrypted protocol, which is a known characteristic for console access in many lab environments.
Similar Servers
mesh
An open-source control plane for Model Context Protocol (MCP) traffic, providing unified authentication, routing, observability, and tool management for AI agents and integrations across various services.
1xn-vmcp
An open-source platform for composing, customizing, and extending multiple Model Context Protocol (MCP) servers into a single logical, virtual MCP server, enabling fine-grained context engineering for AI workflows and agents.
nettune
This server acts as an MCP (Model Context Protocol) stdio client wrapper for the 'nettune' TCP network optimization tool, enabling AI-assisted network diagnostics and configuration on Linux servers.
mcp-wireshark
Integrate Wireshark/tshark capabilities into AI tools and IDEs for network packet capture and analysis.