OpenClaw
OpenClaw
使用 OpenClaw CLI 或配置文件添加 TripGuru MCP server。
使用 CLI
使用 CLI 写入远程 MCP server:
openclaw mcp set tripguru-mcp '{
"url": "https://tripguru.ai/mcp",
"transport": "streamable-http",
"headers": {
"Authorization": "Bearer <your-api-key>"
}
}'
编辑配置
也可以直接编辑 OpenClaw 配置:
{
"mcp": {
"servers": {
"tripguru-mcp": {
"url": "https://tripguru.ai/mcp",
"transport": "streamable-http",
"connectionTimeoutMs": 10000,
"headers": {
"Authorization": "Bearer <your-api-key>"
}
}
}
}
}