MCP server for Scouter APM - enables AI agents to query and analyze application performance data
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"
]
}
}
}
Run in terminal:
claude mcp add scouter-mcp-server npx -y miningyu/scouter-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"scouter-mcp-server": {
"command": "npx",
"args": [
"-y",
"miningyu/scouter-mcp-server"
]
}
}
}