Back to Home

last9-mcp-server

Verified Safe

by last9

Overview

A backend HTTP server likely used as a control plane or for data collection/processing within an observability or monitoring system.

Installation

Run Command
docker build -t mcp-server . && docker run -p 8080:8080 mcp-server

Security Notes

The project uses Go, which generally provides strong type safety and memory management, reducing common classes of vulnerabilities. No 'eval' or obvious obfuscation is apparent from file names. As an HTTP server, standard network risks (e.g., DoS, unauthenticated access) are present; however, without source code review, specific vulnerabilities cannot be identified. Running in a controlled environment with proper access controls is recommended.

Similar Servers

Stats

Interest Score45
Security Score8
Cost ClassLow
Avg Tokens750
Stars46
Forks8
Last Update2025-11-18

Tags

GoHTTP ServerObservabilityMonitoring