Skip to main content
Glama

JIRA MCP Server

tsconfig.json943 B
{ "compilerOptions": { "lib": ["ES2020", "DOM"], "target": "ES2020", "module": "ESNext", "moduleDetection": "force", "allowJs": true, "moduleResolution": "bundler", "allowImportingTsExtensions": true, "verbatimModuleSyntax": true, "noEmit": true, "strict": true, "skipLibCheck": true, "noFallthroughCasesInSwitch": true, "noUnusedLocals": true, "noUnusedParameters": true, "noPropertyAccessFromIndexSignature": false, "baseUrl": ".", "outDir": "dist", "rootDir": "src", "paths": { "@core/*": ["src/core/*"], "@features/*": ["src/features/*"], "@test/*": ["src/test/*"] }, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "forceConsistentCasingInFileNames": true }, "include": [ "src/**/*", "src/**/*.test.ts", "src/**/*.spec.ts" ], "exclude": [ "node_modules", "dist", "coverage" ] }

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