Skip to main content
Glama

Jira MCP Server

by raulUbillos
docker-compose.yml316 B
version: '3.8' services: jira-mcp-server: build: . container_name: jira-mcp-server environment: - JIRA_BASE_URL=${JIRA_BASE_URL} - JIRA_EMAIL=${JIRA_EMAIL} - JIRA_API_TOKEN=${JIRA_API_TOKEN} stdin_open: true tty: true volumes: - .:/app restart: unless-stopped

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/raulUbillos/MCPServerJira'

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