-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Server Name
Scout Monitoring MCP
Server URL/Repository
https://github.com/scoutapp/scout-mcp-local
Description
Give your AI assistant direct, read-only access to your Scout Monitoring data, including endpoint metrics, detailed trace/span data, our insights (n+1, slow queries, memory bloat) and error information. This is our supported implementation and will be updated regularly to make the most of Scout's insights into your application.
- Monitor Rails, Django, Flask, FastAPI and more
- Give your coding agent the info it needs to fix bugs and improve performance automatically
Requirements Check
- Provides clear installation and configuration instructions
- Focused on developer tools/services (not consumer applications)
- Has appropriate icon or branding available
Configuration JSON
{
"scout-apm": {
"command": "docker",
"args": ["run", "--rm", "-i", "--env", "SCOUT_API_KEY", "scoutapp/scout-mcp-local"],
"env": { "SCOUT_API_KEY": "your_scout_api_key_here"}
}
}
Authentication
- This server uses OAuth authentication
Icon
- I've attached a square SVG logo to this issue
Documentation URL (if applicable)
No response
Additional Context
No response
Submission Guidelines
- Read the Contributing Guidelines
- Searched existing issues and servers to avoid duplicates
- Server provides significant value to developer community
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request