jira-mcp-auth-bridge

bitovi/jira-mcp-auth-bridge

3.3

If you are the rightful owner of jira-mcp-auth-bridge and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Jira MCP Auth Bridge is a service that facilitates the integration of Jira's capabilities with MCP technology, allowing for enhanced functionality and authorization flow management.

Tools
1
Resources
0
Prompts
0

Jira MCP Auth Bridge

Jira MCP Auth Bridge provides an MCP service that enables fetching images from a Jira work item. Furthermore, it proxies Jira's authorization flow, enabling agents to be authorized through webpage redirects.

Jira already supports an RPC service. However, it doesn't support all of Jira's capabilities. This is why we built this project.

Use

Copilot

In your project, create a .vscode/mcp.json file

Notification_Center

Click the Add Server... button:

image

Select the HTTP option:

image

Paste the following URL and hit enter: https://jira-mcp-auth-bridge.bitovi.com/mcp

image

Add bitovi-jira-mcp as the name and hit enter:

image

You can use the following JSON too if the Add Server button did not work for you:

{
    "servers": {
        "bitovi-jira-mcp": {
            "url": "https://jira-mcp-auth-bridge.bitovi.com/mcp"
        }
    }
}

This will kick off the authentication:

image

When complete, you should be able to set your copilot chat in Agent mode and ask the question:

MCP: what tools do I have available?

This should tell you you have the Jira MCP tool available:

image