tixxly for Zed
io.github.teamtixxly/tixxly
Tixxly MCP server — connect AI agents to tours, experiences, and activities
client:Zed
transport:stdio
runtime:npm
Install tixxly in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"tixxly": {
"command": "npx",
"args": [
"-y",
"@tixxly-ai/travel-mcp"
],
"env": {
"TIXXLY_API_KEY": "<TIXXLY_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs