jira-mcp-server
Verified Safeby npelloux
Overview
Provides a basic Model Context Protocol (MCP) server with a 'hello_world' tool, serving as a template for more complex tool integrations, potentially with Jira.
Installation
npm startSecurity Notes
Input validation is performed using Zod, which helps mitigate injection risks for the 'hello_world' tool. The server uses StdioServerTransport, indicating local process communication rather than direct network exposure. No 'eval' or other dynamic code execution found. The server's functionality is minimal, reducing the attack surface.
Similar Servers
jayrah
A command-line interface, terminal UI, and web interface for managing Jira issues, designed for integration with AI tools like VS Code Copilot.
zed-mcp-server-buildkite
Integrate Buildkite CI/CD with the Zed editor for viewing and interacting with pipelines, builds, jobs, and artifacts.
dev-workflow-mcp-server
Enforce development workflow discipline by guiding developers through a sequence of best practices (testing, documentation, commit, release) using an MCP (Model Context Protocol) server.
jira-mcp-server
A Spring Boot service providing OAuth2 authenticated tools for LLM agents to manage Jira issues and Confluence pages.