scouter-mcp-server

miningyu/scouter-mcp-server
★ 1 stars TypeScript 🤖 AI/LLM Updated 15d ago
MCP server for Scouter APM - enables AI agents to query and analyze application performance data
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "scouter-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "miningyu/scouter-mcp-server"
      ]
    }
  }
}