tripgain mcp server for VS Code
io.github.rahultripgain/tripgain-mcp-server
Corporate travel booking and expense management for TripGain, exposed as an MCP server.
client:VS Code
transport:streamable-http
Install tripgain mcp server in VS Code
.vscode/mcp.json
{
"servers": {
"tripgain-mcp-server": {
"type": "http",
"url": "https://mcp.tripgain.com/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs