Skip to main content
Glama

JIRA MCP Server

api.responses.ts286 B
/** * JIRA Generic API Response Types * * Contains generic response wrapper types used across JIRA API */ /** * Raw API response wrapper for generic data */ export interface ApiResponse<T> { data: T; status: number; statusText: string; headers: Record<string, string>; }

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