travel agent mcp for VS Code
io.github.forgemeshlabs/travel-agent-mcp
Free travel tools plus live x402 Travel Pulse, day trips, weekends, weather, creator, and mobility.
client:VS Code
transport:stdio
runtime:npm
Install travel agent mcp in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "travel-agent-server-url",
"description": "TRAVEL_AGENT_SERVER_URL",
"password": true
}
],
"servers": {
"travel-agent-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@forgemeshlabs/travel-agent-mcp"
],
"env": {
"TRAVEL_AGENT_SERVER_URL": "${input:travel-agent-server-url}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs