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
{
"name": "jira-mcp-server",
"version": "1.0.0",
"description": "Model Context Protocol server for Jira integration",
"type": "module",
"main": "build/index.js",
"bin": {
"jira-mcp-server": "./build/index.js"
},
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"watch": "tsc --watch",
"dev": "node --inspect build/index.js"
},
"keywords": [
"mcp",
"jira",
"atlassian",
"model-context-protocol"
],
"author": "",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.4",
"axios": "^1.7.7",
"dotenv": "^16.4.5"
},
"devDependencies": {
"@types/node": "^22.9.0",
"typescript": "^5.6.3"
}
}