Back to Home
serginator icon

mcp-server

Verified Safe

by serginator

Overview

An integration server that provides AI clients with tools to interact with GitHub, Jira, and Notion for developer and project management tasks.

Installation

Run Command
./run-docker-mcp.sh

Environment Variables

  • NOTION_TOKEN
  • GITHUB_TOKEN
  • JIRA_TOKEN
  • JIRA_URL
  • JIRA_USERNAME

Security Notes

The server implements a standard JSON-RPC protocol over stdin/stdout. It uses official Go SDKs for GitHub and Notion, and a standard HTTP client with basic authentication for Jira. Configuration loads sensitive API tokens from environment variables or local files, advising against committing them. There is no usage of 'eval' or other dynamic code execution from user input, reducing code injection risks. The `run-docker-mcp-debug.sh` script logs stdin to `/tmp/mcp-debug.log` for debugging purposes, which could expose sensitive command arguments if the log file were publicly accessible, though in its intended context (local debugging) this is typically not a vulnerability. Overall, the architecture and implementation demonstrate reasonable security awareness for an integration server.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens500
Stars0
Forks0
Last Update2025-11-27

Tags

MCPDeveloper ToolsIntegrationsGitHubJira