Stack-Scout-

alexkociubinski/Stack-Scout-
★ 0 stars Unknown language AI/LLM Updated 1d ago
A Claude Code skill that scouts the live web for relevant MCP servers, skills, and plugins for whatever you're about to build before you write any code, then lets you pick which to install and carries on with your original prompt.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "stack-scout-": {
      "command": "npx",
      "args": [
        "-y",
        "alexkociubinski/Stack-Scout-"
      ]
    }
  }
}