Chronary for VS Code
ai.chronary/mcp
Calendar API for AI agents: events, availability, Google/Microsoft setup, scheduling, and iCal.
client:VS Code
transport:streamable-http
runtime:npm
tools:54
Install Chronary in VS Code
.vscode/mcp.json
{
"servers": {
"mcp": {
"type": "http",
"url": "https://api.chronary.ai/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs
What VS Code 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