loading…
Search for a command to run...
loading…
Summarizes Slack activity and GitLab merge requests with OpenAI to help generate daily standups, weekly reports, or quarterly check-ins.
Summarizes Slack activity and GitLab merge requests with OpenAI to help generate daily standups, weekly reports, or quarterly check-ins.
A Model-Context-Protocol (MCP) server that retrieves Slack activity (messages, threads, replies), GitLab merge requests, and related comments, with summaries generated via OpenAI. Designed to help developers generate daily standups, weekly reports, or quarterly check-ins effortlessly.
First, you'll need to set up your environment variables. Create a file at src/env/keys.ts:
export const OPENAI_API_KEY = "your_key_here";
export const SLACK_API_TOKEN = "your_key_here";
export const GITLAB_TOKEN = "your_key_here";
// Add any other keys you need
⚠️ Security Note: Storing API keys directly in source code is not recommended for production environments. This is only for local development and learning purposes. You can set the env var inline in the Cursor MCP interface as well.
npm install
# or
yarn install
dev branch, i'm unable to get a build branch working locallyCreate a .env file with
# Slack API Configuration
SLACK_API_TOKEN=key_here
# OpenAI API Configuration
OPENAI_API_KEY=key_here
# Gitlab API Configuration
GITLAB_TOKEN=key_here
git checkout dev
pnpm install
npx @modelcontextprotocol/inspector start
npm run build
This project is designed to be used as an MCP server in Cursor. Here's how to set it up:
Cursor Settings > Features > MCP+ Add New MCP Servernode /path/to/your/project/dist/index.js📘 Tip: You might need to use the full path to your project's built index.js file.
After adding the server, you should see your tools listed under "Available Tools". If not, try clicking the refresh button in the top right corner of the MCP server section.
For more details about MCP setup, check out the Cursor MCP Documentation.
src/
├── tools/
│ ├── gitlab.ts # GitLab integration tool
│ └── slack.ts # Slack integration tool
├── types/
│ ├── slack.ts # Type definitions for Slack
│ └── gitlab.ts # Type definitions for GitLab
├── resources/
│ ├── slack.ts # Slack resource management
│ ├── slackClient.ts # Slack client setup
│ ├── openai.ts # OpenAI resource management
│ └── gitlab.ts # GitLab resource management
├── env/
│ └── keys.ts # Environment configuration (add your API keys here!)
└── index.ts # Main entry point
Run in your terminal:
claude mcp add slack-gitlab-digest-model-context-protocol-mcp-server -- npx Yes, Slack Gitlab Digest Model Context Protocol Server MCP is free — one-click install via Unyly at no cost.
No, Slack Gitlab Digest Model Context Protocol Server runs without API keys or environment variables.
Self-hosted: the server runs locally on your machine via the install command above.
Open Slack Gitlab Digest Model Context Protocol Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
CSA PROJECT - FZCO © 2026 IFZA Business Park, DDP, Premises Number 31174 - 001
Security
Low riskAutomated heuristic from public metadata — not a security guarantee.