Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Jira-Context-MCP
by
rahulthedevil
Verified
npm
GitHub
Customer Support
Developer Tools
Monitoring
TypeScript
MIT License
147
4
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
Jira-Context-MCP
.github
src
Dockerfile
.env.example
.eslintrc.js
.gitignore
LICENSE
package.json
README.md
smithery.yaml
tsconfig.json
{ "compilerOptions": { "target": "ES2022", "module": "Node16", "lib": ["ES2022", "DOM"], "outDir": "./dist", "rootDir": "./src", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "moduleResolution": "node16", "resolveJsonModule": true, "declaration": true, "sourceMap": true, "baseUrl": ".", "paths": { "~/*": ["src/*"] }, "preserveSymlinks": true, "allowImportingTsExtensions": false, "allowArbitraryExtensions": true, "allowSyntheticDefaultImports": true }, "include": ["src/**/*"], "exclude": ["node_modules", "dist"] }