network-mcp-docker-suite
Verified Safeby pamosima
Overview
The ThousandEyes MCP server provides secure, API-based access to Cisco ThousandEyes v7 functionality for network monitoring, performance analysis, and troubleshooting.
Installation
docker build -t thousandeyes-mcp-server . && docker run -d --name thousandeyes-mcp-server -p 8004:8004 -e TE_TOKEN=your_thousandeyes_api_bearer_token_here thousandeyes-mcp-serverEnvironment Variables
- TE_TOKEN
Security Notes
Credentials (ThousandEyes API Bearer Token) are loaded exclusively from environment variables and are masked in logs to prevent exposure. All operations are read-only, significantly reducing the attack surface by preventing accidental or malicious changes. The container is configured to run as a non-root user with 'no-new-privileges' enabled. HTTPS is used for all API communication, and the underlying `requests` library defaults to SSL verification. No 'eval' or other obfuscation patterns were found in the source code.
Similar Servers
lunar
A programmable API gateway/proxy designed to intercept, analyze, and manage HTTP traffic. It enforces policies such as rate limiting, caching, retries, authentication, and dynamic routing based on configurable 'flows'. It also provides observability features like HAR collection, custom metrics, and AI token counting, operating within a distributed environment and communicating with a central 'Lunar Hub'.
mcpcat-typescript-sdk
This SDK integrates an analytics platform into Model Context Protocol (MCP) servers to capture user intentions, behavior patterns, and telemetry (logs, traces, errors) for product development and debugging.
thingspanel-mcp
Serves as a Model Context Protocol (MCP) server for the ThingsPanel IoT platform, enabling natural language interaction with IoT devices for querying information, monitoring status, controlling functions, and analyzing platform data.
nist-csf-2-mcp-server
A professional cybersecurity assessment backend API for NIST CSF 2.0, providing real-time dashboards and executive reporting capabilities.