Back to Home
seed-labs icon

seed-mcp-server

by seed-labs

Overview

The server provides an SDK for emulating network topologies, including Autonomous Systems (AS), BGP routers (BIRD, ExaBGP), DNS servers, and custom network properties, primarily using Docker containers.

Installation

Run Command
No command provided

Security Notes

The server's SDK provides powerful capabilities to interact with and manage Docker containers, including creating/destroying containers, running arbitrary commands inside them via `Node.runCommand`, and copying files to/from containers. These operations inherently carry high security risks. If the server is exposed without robust authentication, authorization, and input sanitization, it could enable remote code execution within containers or potentially lead to host compromise via Docker API abuse or container escape vulnerabilities. The `Node.runCommand` method is a direct command execution interface and susceptible to injection attacks if input is not carefully sanitized. Additionally, the comments about file copy code being 'generated by AI, not tested yet' indicate potential for undiscovered bugs or vulnerabilities in those critical functions.

Similar Servers

Stats

Interest Score0
Security Score4
Cost ClassMedium
Stars0
Forks0
Last Update2026-01-18

Tags

Network EmulationBGPDockerPythonSDK