Skip to main content
Glama

MCP Atlassian Server

by phuc-nt
docker-compose.yml693 B
version: '3.8' services: # MCP Server với STDIO transport mcp-atlassian: build: context: . dockerfile: Dockerfile image: mcp-atlassian-server:latest container_name: mcp-atlassian environment: - ATLASSIAN_SITE_NAME=${ATLASSIAN_SITE_NAME} - ATLASSIAN_USER_EMAIL=${ATLASSIAN_USER_EMAIL} - ATLASSIAN_API_TOKEN=${ATLASSIAN_API_TOKEN} - MCP_SERVER_NAME=${MCP_SERVER_NAME:-mcp-atlassian-integration} - MCP_SERVER_VERSION=${MCP_SERVER_VERSION:-1.0.0} stdin_open: true # Cần thiết cho STDIO transport tty: true # Cần thiết cho STDIO transport volumes: - ./.env:/app/.env:ro 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/phuc-nt/mcp-atlassian-server'

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