Skip to main content
Glama

JIRA MCP Tools

by NZenitram
run.py366 B
#!/usr/bin/env python3 """ Startup script for the JIRA MCP. This ensures the correct path setup when running from Claude Desktop. """ import os import sys # Add the current directory to the Python path sys.path.insert(0, os.path.dirname(os.path.abspath(__file__))) # Import and run the main function from src.main import main if __name__ == "__main__": 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/NZenitram/mcp-jira'

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