llmscout for VS Code
io.github.rudrendupaul/llmscout
Zero-config SEO and GEO checker: 21 technical-SEO and generative-engine checks for a live site.
client:VS Code
transport:stdio
runtime:pypi
Install llmscout in VS Code
.vscode/mcp.json
{
"servers": {
"llmscout": {
"type": "stdio",
"command": "uvx",
"args": [
"llmscout-cli"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs