MCP.so
登录

Jira MCP Server

@MaximilianoGarciaRoe

关于 Jira MCP Server

暂无概览

基本信息

分类

版本控制

运行时

node

传输方式

stdio

发布者

MaximilianoGarciaRoe

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

版本控制 分类下的更多 MCP 服务器