Back to Home
pamosima icon

network-mcp-docker-suite

Verified Safe

by pamosima

Overview

The ThousandEyes MCP server provides secure, API-based access to Cisco ThousandEyes v7 functionality for network monitoring, performance analysis, and troubleshooting.

Installation

Run Command
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-server

Environment 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

Stats

Interest Score44
Security Score9
Cost ClassLow
Avg Tokens200
Stars9
Forks2
Last Update2025-11-28

Tags

Network MonitoringPerformance AnalysisThousandEyesAPITroubleshootingCloud Monitoring