Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Jira MCP Server
Claim
by
ParasSolanki
npm
GitHub
TypeScript
MIT License
117
1
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
jira-mcp-server
.changeset
.github
src
CHANGELOG.md
Dockerfile
.dockerignore
.env.example
eslint.config.js
.gitignore
LICENCE
.nvmrc
package.json
pnpm-lock.yaml
prettier.config.mjs
README.md
rolldown.config.ts
tsconfig.json
{ "compilerOptions": { "target": "ES2022", "module": "NodeNext", "moduleResolution": "NodeNext", "strict": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "resolveJsonModule": true, "isolatedModules": true, "skipLibCheck": true, "allowImportingTsExtensions": true, "verbatimModuleSyntax": true, "noEmit": true, // Some stricter flags (disabled by default) "noFallthroughCasesInSwitch": true, "noUnusedLocals": false, "noUnusedParameters": false, "noPropertyAccessFromIndexSignature": false }, "include": ["src/**/*.ts"], "exclude": ["node_modules", "dist"] }