Jira MCP Server
@MaximilianoGarciaRoe
About Jira MCP Server
No overview available yet
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Jira MCP Server?
An MCP server that enables interaction with Jira’s API, allowing users to retrieve issue information. It is intended for developers using Codeium’s MCP framework.
How to use Jira MCP Server?
Install dependencies with npm, then configure the server in your Codeium MCP config file (~/.codeium/windsurf/mcp_config.json) by specifying the command npx -y tsx /path/to/jira_mcp/main.ts and setting the environment variables JIRA_USERNAME, JIRA_API_KEY, and JIRA_BASE_URL. The server is started automatically by Codeium when needed. Available commands include get_issue.
Key features of Jira MCP Server
- Retrieve details of a Jira issue by its key (e.g., "RMPRE-123")
- Works with any Jira instance accessible via API
- Integrates with Codeium’s MCP workflow
- Requires only Node.js v16 or higher
Use cases of Jira MCP Server
- Fetching issue details during AI‑assisted development in Codeium
- Automating issue lookups without leaving the editor
FAQ from Jira MCP Server
What prerequisites are needed to run the server?
Node.js v16 or higher, npm or yarn, and a Jira account with API access.
How do I configure authentication?
Provide a valid Jira username, API key, and base URL as environment variables (JIRA_USERNAME, JIRA_API_KEY, JIRA_BASE_URL) in the MCP config file.
What transport does the server use?
The server is started via command line using npx and tsx; details of the transport protocol are not specified in the README.
Are there any known limitations?
The README only documents one command (get_issue); no other capabilities or limits are mentioned.
Frequently asked questions
What prerequisites are needed to run the server?
Node.js v16 or higher, npm or yarn, and a Jira account with API access.
How do I configure authentication?
Provide a valid Jira username, API key, and base URL as environment variables (`JIRA_USERNAME`, `JIRA_API_KEY`, `JIRA_BASE_URL`) in the MCP config file.
What transport does the server use?
The server is started via command line using `npx` and `tsx`; details of the transport protocol are not specified in the README.
Are there any known limitations?
The README only documents one command (`get_issue`); no other capabilities or limits are mentioned.
Basic information
More Version Control MCP servers
Gitlab Mcp Server
jmrplensOpen source GitLab MCP server for AI assistants: 2-tool dynamic find/execute over 860+ GitLab actions (1,000+ Enterprise), stdio/HTTP/OAuth, safe/read-only modes.
GitHub Actions 工作流使用说明
HenryHaosonYuque mcp server
Gerrit Review MCP Server
cayirtepeomerThis MCP server provides integration with Gerrit code review system, allowing AI assistants to review code changes and their details through a simple interface.
Atlassian Jira MCP Server
aashariNode.js/TypeScript MCP server for Atlassian Jira. Equips AI systems (LLMs) with tools to list/get projects, search/get issues (using JQL/ID), and view dev info (commits, PRs). Connects AI capabilities directly into Jira project management and issue tracking workflows.
MCP Git Ingest
adhikaspA Model Context Protocol (MCP) server that helps read GitHub repository structure and important files.
Comments