Skip to main content
Glama

MCP Jira & Confluence Server

docker-compose.yml738 B
version: '3.8' services: mcp-jira-confluence-sse: build: . ports: - "8000:8000" environment: - JIRA_URL=${JIRA_URL} - JIRA_EMAIL=${JIRA_EMAIL} - JIRA_API_TOKEN=${JIRA_API_TOKEN} - CONFLUENCE_URL=${CONFLUENCE_URL} - CONFLUENCE_EMAIL=${CONFLUENCE_EMAIL} - CONFLUENCE_API_TOKEN=${CONFLUENCE_API_TOKEN} - SSE_HOST=0.0.0.0 - SSE_PORT=8000 - SSE_LOG_LEVEL=info healthcheck: test: ["CMD", "curl", "-f", "http://localhost:8000/health"] interval: 30s timeout: 10s retries: 3 start_period: 40s restart: unless-stopped volumes: - ./logs:/app/logs networks: - mcp-network networks: mcp-network: driver: bridge

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/akhilthomas236/mcp-jira-confluence-sse'

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