Skip to content

A Jira MCP server that supports an OIDC authorization flow

bitovi/jira-mcp-auth-bridge

Repository files navigation

Cascading MCP Tools

image

Cascading MCP Tools provides a collection of MCP (Model Context Protocol) capabilities for Bitovi's Cascading AI Enablement. This service enables AI agents to work with design and project management tools through OAuth-authenticated integrations.

Key Capabilities:

  • Jira Integration: Fetch issues, attachments, and images from Jira work items with full OAuth authentication
  • Figma Integration: Access Figma designs, download images, and analyze screen layouts
  • Combined Tools: Generate user stories from Figma designs and write them directly to Jira epics
  • Multi-Provider OAuth: Seamless authentication flow supporting both Atlassian and Figma
  • Session Management: Per-session MCP servers with dynamic tool registration based on user permissions

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

About

A Jira MCP server that supports an OIDC authorization flow

Resources

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 5