MCP.so
登录

JIRA MCP Server

@blue7wings

关于 JIRA MCP Server

the mcp server with jira integrates

基本信息

分类

版本控制

运行时

go

传输方式

stdio

发布者

blue7wings

配置

暂无标准配置

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

代码仓库

工具

未检测到工具

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

概览

What is JIRA MCP Server?

JIRA MCP Server integrates JIRA services with the Model Context Protocol (MCP), allowing you to fetch JIRA content through MCP for use with an LLM. It is a very early version of the project.

How to use JIRA MCP Server?

Set environment variables JIRA_API_KEY, JIRA_EMAIL, and JIRA_URL. Run the server with go run main.go or compile it into a binary. The server starts an SSE service at https://localhost:8080/sse for MCP client connections.

Key features of JIRA MCP Server

  • Integrates JIRA with MCP for LLM access.
  • Fetches JIRA content through MCP.
  • Runs as an SSE service.
  • Configured via environment variables.
  • Early version of the project.

Use cases of JIRA MCP Server

  • Fetch JIRA issues, projects, or other content for use with an LLM assistant.

FAQ from JIRA MCP Server

What environment variables are required?

You need JIRA_API_KEY, JIRA_EMAIL, and JIRA_URL.

How do I generate the JIRA_API_KEY?

Generate it at the Atlassian API token page: https://id.atlassian.com/manage-profile/security/api-tokens.

How do I run the server?

Use go run main.go or compile to a binary for your platform.

What endpoint does the server expose?

It exposes an SSE service at https://localhost:8080/sse.

What is the status of this project?

It is a very early version of the project.

评论

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