eventsorg mcp for Zed
io.github.guth01/eventsorg-mcp
Autonomous MCP server and background agent for managing live event logistics.
client:Zed
transport:stdio
runtime:npm
Install eventsorg mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"eventsorg-mcp": {
"command": "npx",
"args": [
"-y",
"eventsorg-mcp"
],
"env": {
"GOOGLE_API_KEY": "<GOOGLE_API_KEY>",
"TWILIO_ACCOUNT_SID": "<TWILIO_ACCOUNT_SID>",
"TWILIO_AUTH_TOKEN": "<TWILIO_AUTH_TOKEN>",
"TWILIO_PHONE_NUMBER": "<TWILIO_PHONE_NUMBER>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs