MAST is a code-search engine that runs as either an MCP server (for AI assistants) or a standalone CLI
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"
]
}
}
}
Run in terminal:
claude mcp add mast npx -y SpikedPunchVictim/mast
Add to .cursor/mcp.json:
{
"mcpServers": {
"mast": {
"command": "npx",
"args": [
"-y",
"SpikedPunchVictim/mast"
]
}
}
}