Skip to main content
Glama

Jira Stories MCP Server

main.ts248 B
import { startApplication } from "./src/app"; async function main(): Promise<void> { try { await startApplication(); } catch (error) { console.error("❌ Fatal error during server startup:", error); process.exit(1); } } main();

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/garimiddisuman/jira-mcp'

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