Skip to content
K

Integrations

Monday Morning integrates with popular tools through its plugin system. Each integration adds MCP tools that AI agents can use during your coding sessions, bringing external context directly into your workflow.

IntegrationWhat it doesCredentials needed
GitHubSync issues, link PRs to specs and tasksPersonal Access Token
GrainImport meeting transcripts, extract action itemsAPI Token (or OAuth via Claude.ai)
NotionSync tasks and specs with Notion databasesIntegration Token
SlackPost updates and activity digests to channelsBot Token
TrelloSync cards and boards with Monday MorningAPI Key + Token
HarvestTime tracking, budgets, and utilization metricsExternal MCP server (no local credentials)

Integrations are built as plugins that register MCP tools with the Monday Morning server. When you configure credentials for a plugin, its tools become available to any AI agent connected to your MCP server.

  1. Get credentials from the external service (API token, OAuth, etc.)
  2. Store credentials in the Monday Morning desktop app via Settings > Integrations, or set them as environment variables
  3. Use the tools — the AI agent will automatically discover and use the new tools

Credentials are stored per-project in .mm/integrations/{plugin}.json. These files should be added to .gitignore since they contain secrets.

.mm/integrations/github.json
.mm/integrations/slack.json

Alternatively, most plugins support environment variables (e.g., GITHUB_TOKEN, GRAIN_API_TOKEN). Environment variables take precedence over stored credentials.

All integrations are currently available on the free tier. As Monday Morning evolves, some advanced integration features may be gated to paid tiers.

Each integration guide follows the same structure:

  1. Prerequisites — what accounts and access levels you need
  2. Setup — step-by-step credential configuration
  3. Available Tools — what MCP tools the integration provides
  4. Common Workflows — typical usage patterns
  5. Troubleshooting — solutions to common issues

Pick an integration from the sidebar to get started.