Chronary for Zed
ai.chronary/mcp
Calendar API for AI agents: events, availability, Google/Microsoft setup, scheduling, and iCal.
client:Zed
transport:streamable-http
runtime:npm
tools:54
Install Chronary in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp": {
"url": "https://api.chronary.ai/mcp"
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs
What Zed can do once it is connected
- create_agent
- list_agents
- create_calendar
- create_event
- list_events
- get_event
- update_event
- get_availability
- find_meeting_time
- cancel_event
- confirm_event
- release_event
- subscribe_ical
- list_ical_subscriptions
- get_ical_subscription
- update_ical_subscription
- delete_ical_subscription
- sync_ical_subscription
- get_calendar_context
- create_proposal
- list_proposals
- get_proposal
- respond_to_proposal
- resolve_proposal