AICalendar
Verified Safeby VladislavAntonyuk
Overview
An AI-powered cross-platform calendar application for intelligent scheduling and event management.
Installation
dotnet run --project src/Web/AICalendar.AppHost/AICalendar.AppHost.csprojEnvironment Variables
- AI_ENDPOINT
- AI_KEY
- AZUREAD_AUTHORITY
- AZUREAD_CLIENTID
- AZUREAD_TENANTID
Security Notes
The application uses Azure AD for authentication, with client IDs and authority specified in client-side app settings (common for public clients). API keys for the AI service are externalized as placeholders in the API service's appsettings.json, indicating they should be provided via environment variables or secure configuration management in production. No obvious `eval` or obfuscation found.
Similar Servers
conductor-tasks
An intelligent assistant for developers to transform requirements into actionable tasks, generate implementation plans, track progress, and accelerate development, leveraging multiple LLMs and integrating into an editor via MCP or as a CLI.
gCalendar-mcp
Enables AI assistants to create and manage Google Calendar events.
microsoft-mcp
A comprehensive AI assistant toolkit for managing Microsoft 365 services including Outlook emails, Calendar events, OneDrive files, and Contacts.
stateful-auth-for-mcp-servers
Integrates Google Gmail and Calendar APIs to enable an AI agent to read emails and manage calendar events with stateful authorization for event deletions.