mast

SpikedPunchVictim/mast
★ 0 stars Unknown language Code/Dev Tools Updated today
MAST is a code-search engine that runs as either an MCP server (for AI assistants) or a standalone CLI
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": {
    "mast": {
      "command": "npx",
      "args": [
        "-y",
        "SpikedPunchVictim/mast"
      ]
    }
  }
}