MCP Servers for QA and Release Coordination
A collection of MCP servers for Slack, Jira, Confluence, and release coordination to automate QA workflows and daily release status reporting.
README
MCP Servers
Model Context Protocol servers for Slack, Jira, Confluence, and release coordination. Built for QA workflows and daily release status reporting.
Quick Start
# 1. Install
git clone <repo> && cd mcp-servers
npm install
# 2. Configure credentials (see below)
cp env.example .env
# Edit .env with your tokens
# 3. Build & verify
npm run build
./test-servers.sh
Credentials Setup
All servers load credentials from .env in project root. Never put credentials in mcp.json.
Jira & Confluence
JIRA_BASE_URL=https://yourorg.atlassian.net
JIRA_EMAIL=your-email@company.com
JIRA_API_TOKEN=your-api-token
CONFLUENCE_BASE_URL=https://yourorg.atlassian.net
CONFLUENCE_EMAIL=your-email@company.com
CONFLUENCE_API_TOKEN=your-api-token
Get API tokens: https://id.atlassian.com/manage-profile/security/api-tokens
Slack (XOXC/XOXD Session Auth)
SLACK_MCP_XOXC_TOKEN=xoxc-your-session-token
SLACK_MCP_XOXD_TOKEN=xoxd-your-cookie-value
Extract tokens:
- Open Slack in browser, log in
- DevTools (F12) → Application → Cookies →
https://app.slack.com - Find
dcookie → this is XOXD (starts withxoxd-) - Network tab → reload → find
api.slack.comrequest - In headers, find
Authorization: Bearer xoxc-...→ this is XOXC
See slack/README.md for detailed instructions.
MCP Configuration Files
This project includes multiple MCP configuration files for different purposes:
| File | Purpose |
|---|---|
.vscode/mcp.json |
VS Code Claude extension - edit paths and restart VS Code |
.mcp.json |
Claude Desktop app configuration |
mcp_config.json |
Reference config with npm script commands |
VS Code Setup:
cp .vscode/mcp.json.example .vscode/mcp.json
# Update paths in mcp.json to your project location
# Restart VS Code after changes
Documentation
Each server has its own README with tools, CLI testing, and troubleshooting:
| Server | Purpose | Docs |
|---|---|---|
| Slack | Channel messages, auto test analysis, blocking issue detection | slack/README.md |
| Jira | Testing status, ticket queries, team filtering | jira/README.md |
| Confluence | Page search, article reading/writing | confluence/README.md |
| Release Coordinator | Orchestrates Jira+Slack into release reports | release-coordinator/README.md |
| Shared | Common utilities (env loading, errors, types) | shared/README.md |
Slack Deep-Dive Docs
The Slack server is the most complex and has additional documentation:
| Doc | Purpose |
|---|---|
| ARCHITECTURE.md | File structure, data flows, modification patterns |
| QUICK_REFERENCE.md | Copy-paste code snippets |
| SECURITY.md | Auth security, threat model |
| TESTING_DOCUMENTATION.md | Test coverage, Jest setup |
Tool Quick Reference
| Task | Tool | Server |
|---|---|---|
| Full release status report | get_comprehensive_release_overview |
release-coordinator |
| Find blocking issues | get_blocking_issues |
slack |
| Check auto test results | get_auto_test_status |
slack |
| Get test manager decision | get_test_manager_update |
slack |
| Count tickets by status | get_testing_summary |
jira |
| List tickets in QA/Testing | get_testing_remaining |
jira |
| Search Jira with JQL | search_issues |
jira |
| Read Confluence page | read_article |
confluence |
| Search Confluence | search_pages |
confluence |
| Post to Slack | send_message |
slack (restricted to #qa-release-status) |
| Debug bot messages | find_bot_messages |
slack |
| Get full message details | get_message_details |
slack |
Architecture Invariants
These are intentional constraints - do not change without explicit request:
| Constraint | Location | Reason |
|---|---|---|
Slack writes only to #qa-release-status |
slack/src/auth/slack-auth.ts |
Prevents accidental posts |
| NoTest labels excluded by default | jira/src/server.ts |
Matches testing board |
| Team query mappings are hardcoded | jira/src/server.ts |
Business logic |
| Slack markdown (not standard) | All Slack output | *bold* not **bold**, <url|text> not [text](url) |
ESM imports need .js extension |
All TypeScript | Required for ES modules |
Running Servers
npm run dev # All servers with auto-reload
npm run start # All servers production mode
npm run start:slack # Individual server
npm run start:jira
npm run start:confluence
npm run start:release-coordinator
Troubleshooting
| Error | Fix |
|---|---|
Missing X configuration |
Check .env has required variables |
401 Unauthorized |
API token expired or invalid |
Cannot find module |
Run npm run build |
Write access restricted |
Slack writes only allowed to #qa-release-status |
| ESM/require errors | Imports must use .js extension |
VS Code MCP Caching
After rebuilding a server, VS Code caches the old instance. MCP tools will use OLD code until you restart VS Code (Cmd+Shift+P → "Reload Window").
Project Structure
├── README.md # This file
├── .env # Credentials (gitignored)
├── env.example # Credential template
├── mcp_config.json # MCP server definitions
├── mcp-servers/
│ ├── slack/ # Slack MCP server
│ │ ├── README.md # Slack docs
│ │ ├── docs/ # Deep-dive documentation
│ │ └── src/
│ ├── jira/ # Jira MCP server
│ │ ├── README.md
│ │ └── src/
│ ├── confluence/ # Confluence MCP server
│ │ ├── README.md
│ │ └── src/
│ ├── release-coordinator/ # Orchestration server
│ │ ├── README.md
│ │ └── src/
│ └── shared/ # Shared utilities
│ ├── README.md
│ └── src/
└── scripts/ # Automation (cron jobs)
└── README.md
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。