Skip to main content
Glama

JIRA MCP Server

index.ts421 B
/** * JIRA Client Module * * This module provides a client for interacting with the JIRA API. * It includes configuration, HTTP interfaces, error handling, and response types * organized in a clean, maintainable structure. */ // Configuration export * from "./config"; // HTTP interfaces and client export * from "./http"; // Response types export * from "./responses"; // Error types export * from "./errors";

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Dsazz/mcp-jira'

If you have feedback or need assistance with the MCP directory API, please join our Discord server