Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"travelintel": {
"command": "/opt/homebrew/bin/bun",
"args": [
"run",
"/Users/michaelkennedy/travel/app/src/mcp-server/index.ts"
],
"env": {
"BUN_ENV": "production"
}
}
}
}Server configuration and connection parameters
/opt/homebrew/bin/bun/Users/michaelkennedy/travel/appCommand-line arguments passed to the server process
Environment variables set when the server starts
BUN_ENV=productionnpx claudepluginhub michaelkennedyau/travelintel-plugins --plugin travelintel