last9-mcp-server
Verified Safeby last9
Overview
A backend HTTP server likely used as a control plane or for data collection/processing within an observability or monitoring system.
Installation
docker build -t mcp-server . && docker run -p 8080:8080 mcp-serverSecurity 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
prometheus-mcp-server
Enables AI assistants to query and analyze Prometheus metrics through a Model Context Protocol (MCP) server.
mcp-gateway
A gateway or proxy server for managing and routing API requests, likely including authentication (OAuth) and JSON-RPC handling.
mcp-server
Provides real-time Indian options market data and volatility analytics from GetOutpost.in to AI chat platforms like Claude for quantitative analysis and trading insights.
MCP-SERVER
Provides an MCP server for automated data analysis workflows including loading datasets, cleaning data, sentiment analysis, clustering, topic extraction, and generating comprehensive reports with visualizations for an AI client.