Back to Home
juliooidella icon

my-server-mcp

Verified Safe

by juliooidella

Overview

Integrates Jira Cloud and Discord with GitHub Copilot via an MCP server to automate development tasks and provide context to AI agents.

Installation

Run Command
docker-compose up --build -d

Environment Variables

  • ATLASSIAN_USERNAME
  • ATLASSIAN_API_TOKEN
  • MCP_PROD_TOKEN
  • JIRA_URL
  • DISCORD_WEBHOOK_URL
  • SERVER_HOST
  • SERVER_PORT

Security Notes

The server uses environment variables for all sensitive credentials (Jira username, API token, MCP token, Discord webhook URL), preventing hardcoding. It implements token-based authentication (`MCP_PROD_TOKEN`) for client-server communication using `StaticTokenVerifier`. No 'eval' or malicious patterns were found. While Jira custom field IDs are hardcoded, this is typical for Jira integrations and not a security vulnerability. Error handling for API calls is present, but comprehensive input sanitization for all tool parameters against potential injection attacks, if exposed to untrusted inputs, could be further enhanced. Given its intended use as an internal tool for a Copilot agent, current measures are strong.

Similar Servers

Stats

Interest Score31
Security Score9
Cost ClassLow
Avg Tokens100
Stars1
Forks0
Last Update2025-12-05

Tags

JiraDiscordGitHub CopilotMCPAutomation