Agenda icon

Agenda

Fetches and displays your daily agenda from Google Calendar in a user-friendly format.

Acerca de

Agenda is a simple Go program designed to retrieve and present your Google Calendar events. It operates in two main modes: a text mode for quick command-line display of your daily or specific date's agenda, and an MCP (Model Context Protocol) server mode. When run as an MCP server, it exposes your calendar data as tools for integration with Large Language Model (LLM) applications, enabling them to programmatically fetch your agenda for today or any given date, enhancing AI assistant capabilities with real-time calendar information.

Características Principales

  • Displays events chronologically with times, locations, and descriptions
  • Provides a Model Context Protocol (MCP) server for LLM integration
  • 2 GitHub stars
  • Lists attendees with their response status (accepted, declined, tentative, pending)
  • Supports fetching agenda for today or a specific date
  • Shows event colors with custom category names (e.g., Focus Time, Personal)

Casos de Uso

  • Automate calendar data retrieval for personal productivity scripts
  • Integrate Google Calendar data into LLM applications via MCP
  • Quickly view your daily calendar events from the command line