Skip to main content
Glama

MCP Atlassian

docker-compose.yml372 B
version: '3.8' services: mcp-atlassian: build: context: . dockerfile: Dockerfile container_name: mcp/atlassian restart: unless-stopped env_file: - .env stdin_open: true tty: true volumes: - ./logs:/app/logs ports: - '3005:3005' 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/samwang0723/mcp-atlassian'

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