Home › Cloud & Monitoring › scout-mcp-local
scout-mcp-local
An MCP server for Scout Monitoring data interactions.
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (pypi 2025.11.4)
uvx scout-mcp-local
Or add to your MCP client config:
{
"mcpServers": {
"scout-mcp-local": {
"command": "uvx",
"args": [
"scout-mcp-local"
],
"env": {
"SCOUT_API_KEY": "<YOUR_VALUE>"
}
}
}
}
SCOUT_API_KEYrequired secret — Your API key for Scout Monitoring.
Package (oci)
docker run -i --rm docker.io/scoutapp/scout-mcp-local:latest
Or add to your MCP client config:
{
"mcpServers": {
"scout-mcp-local": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/scoutapp/scout-mcp-local:latest"
],
"env": {
"SCOUT_API_KEY": "<YOUR_VALUE>"
}
}
}
}
SCOUT_API_KEYrequired secret — Your API key for Scout Monitoring.
Related servers
Netdata
Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.
kubeshark
Real-time Kubernetes network traffic visibility and API analysis for HTTP, gRPC, Redis, Kafka, DNS.
mcp
AWS MCP servers for seamless integration with AWS services and resources.
mcp-server-cloudflare
Cloudflare MCP servers
kubefwd
Kubernetes port forwarding for local development with automatic /etc/hosts entries.
Azure MCP Server
All Azure MCP tools to create a seamless connection between AI agents and Azure services.
Data from the Official MCP Registry