Scout Mcp Local is a Model Context Protocol (MCP) server: An MCP server for Scout Monitoring data interactions. In practice that means any MCP-compatible AI assistant can call Scout Mcp Local's tools directly — the model decides when to use them in a conversation or agent run.
It runs locally: the Python package scout-mcp-local (via uvx) speaks MCP over stdio on your machine. Configuration happens through environment variables — you'll need SCOUT_API_KEY. The current release is v2025.11.4, published under the MIT license, with source at scoutapp/scout-mcp-local on GitHub, where it has earned 30 stars.
Scout Mcp Local is listed under Development on mcp.site and works with any MCP client — Claude Desktop, Claude Code, Cursor, VS Code, Windsurf, Zed and the rest of the ecosystem — using the install snippets below. If you maintain Scout Mcp Local for scoutapm.com, claim this listing to verify ownership, earn the Verified badge, and keep the details current.
▸PyPI package — scout-mcp-local · MCP over stdio
▸Docker image — docker.io/scoutapp/scout-mcp-local:latest · MCP over stdio
▸Credentials — Requires SCOUT_API_KEY
▸Open source — MIT license · scoutapp/scout-mcp-local