LLM Brand Monitor for VS Code
io.github.serpstatglobal/llm-brand-monitor
Track how 350+ AI models mention your brand — manage projects, run scans, analyze results
client:VS Code
transport:stdio
runtime:npm
Install LLM Brand Monitor in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "lbm-api-key",
"description": "LBM_API_KEY",
"password": true
}
],
"servers": {
"llm-brand-monitor": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@serpstat/llm-brand-monitor-mcp"
],
"env": {
"LBM_API_KEY": "${input:lbm-api-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs