The Project Management MCP Server is a context-aware middleware that connects your productivity tools — Google Calendar, GitHub, Slack, and JIRA — to the Gemini AI model for smarter, situationally aware responses.

When you ask a question like “What’s my schedule today?” or “Show me backlog items in JIRA,” the MCP Server:

  1. Intercepts the query,
  2. Analyzes intent and entities with an NLP-based Query Analyzer,
  3. Fetches relevant data from connected APIs,
  4. Assembles a ranked and summarized context package, and
  5. Delivers it to Gemini for a hyper-relevant answer.

Built for the Build-Your-Own MCP Challenge, this project demonstrates how AI assistants can leverage real-world data sources to provide true context-awareness in project management.

Example queries:

  • “What’s my schedule today?”
  • “Show me my current repositories.”
  • “List all available Slack channels.”
  • “Show me all backlog items in JIRA.”
Share this project:

Updates