SERVER

Scout MCP Local

Rank #3357

com.scoutapm/scout-mcp-local

MCP server providing scout-local capabilities

First listed
Oct 1, 2025
Last publish date
Nov 4, 2025
OVERVIEW

Scout MCP Local is a Model Context Protocol (MCP) server published by scoutapp. It ranks #3357 of 58,900 servers tracked on MCP Toplist, and its repository has 28 GitHub stars. Scout MCP Local is listed across 3 registries — Official MCP, Glama and PulseMCP, with 2 tracked versions. It was first listed on Oct 1, 2025 and most recently updated on Nov 4, 2025.

STANDING
#3,357of 58,900 tracked serversTop 10%

Ranks ahead of 55,543 of 58,900 servers on MCP Toplist.

CONNECT

Use Scout MCP Local

Add Scout MCP Local to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.

Python package (PyPI)
{
  "mcpServers": {
    "scout-mcp-local": {
      "command": "uvx",
      "args": [
        "scout-mcp-local"
      ],
      "env": {
        "SCOUT_API_KEY": "<your SCOUT_API_KEY>"
      }
    }
  }
}

Replace each placeholder with your own value before saving.

Docker image
{
  "mcpServers": {
    "scout-mcp-local": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/scoutapp/scout-mcp-local:latest"
      ],
      "env": {
        "SCOUT_API_KEY": "<your SCOUT_API_KEY>"
      }
    }
  }
}

Replace each placeholder with your own value before saving.

REGISTRIES

Listed on 2 registries (1 delisted)

GlamaDelisted · last seen Apr 27, 2026
ORGANIZATION

scoutapp

Organization
Total servers
1
Total versions
2
VERSIONS

Available versions (2)

VersionPublished
2025.11.4Nov 4, 2025
0.1.0Nov 25, 2024
FAQ

Frequently asked questions

What is Scout MCP Local?
MCP server providing scout-local capabilities
Who maintains Scout MCP Local?
Scout MCP Local is maintained by scoutapp, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
Is Scout MCP Local an official MCP server?
Yes — Scout MCP Local is listed on the Official MCP Registry, alongside Glama and PulseMCP.
How many versions does Scout MCP Local have?
MCP Toplist tracks 2 versions of Scout MCP Local, most recently published on Nov 4, 2025.
Where can I find the source code for Scout MCP Local?
The source code for Scout MCP Local is hosted at github.com/scoutapp/scout-mcp-local.
EXPLORE