seat intelligence for VS Code
com.rowhint/seat-intelligence
Airline seat quality scores (1-10) with notes. 61+ configs across 10 US airlines.
client:VS Code
transport:streamable-http
tools:8
Install seat intelligence in VS Code
.vscode/mcp.json
{
"servers": {
"seat-intelligence": {
"type": "http",
"url": "https://mcp.rowhint.com/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs