Query Scouter APM (objects, counters, XLog transactions) over stdio via a Scouter collector.
MCPpedia last refreshed this data
io.github.335/scouter-mcp is an MCP server that query Scouter APM (objects, counters, XLog transactions) over stdio via a Scouter collector. Its tool list has not been published yet over stdio and sse, requires no API key, and scores 37/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"scouter-stg": {
"env": {
"SCOUTER_TZ": "Asia/Seoul",
"SCOUTER_USER": "stg-user",
"SCOUTER_PASSWORD": "***",
"SCOUTER_COLLECTOR_HOST": "stg-collector",
"SCOUTER_COLLECTOR_PORT": "6100"
},
"args": [
"-jar",
"/ABSOLUTE/PATH/scouter-mcp-<version>-all.jar"
],
"command": "java"
},
"scouter-prod": {
"env": {
"SCOUTER_TZ": "Asia/Seoul",
"SCOUTER_USER": "prod-user",
"SCOUTER_PASSWORD": "***",
"SCOUTER_COLLECTOR_HOST": "prod-collector",
"SCOUTER_COLLECTOR_PORT": "6100"
},
"args": [
"-jar",
"/ABSOLUTE/PATH/scouter-mcp-<version>-all.jar"
],
"command": "java"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A stdio MCP server that connects directly to a Scouter Collector over TCP and queries XLogs, counters, and objects. Its purpose is to let an AI quickly explore Scouter metrics and diagnose root causes. Each result carries txid / gxid / objName / endTimeIso, which you can use as keys to cross-analyze with other observability tools such as OpenSearch or Datadog.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in devops / finance
MCP server for using the GitLab API
OKX trading MCP server — connect AI agents to spot, swap, futures, options & grid bots via the Model Context Protocol.
MCP server for Komodo - manage Docker containers, servers, stacks, and deployments via AI
💫 Tachyon MCP Runtime for Java and Kotlin - Model Context Protocol (MCP) server with Streamable HTTP, native Netty transports, tools, tasks, resources, prompts, completions, resumable sessions, and stateless deployment support.
MCP Security Weekly
Get CVE alerts and security updates for io.github.335/scouter-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.