Skip to main content
Glama

Jira MCP Server

run_docker_locally.sh226 B
# sh file for building and running the docker locally # build the docker image docker build -t jira-mcp . # run the docker container, using .env for environment variables docker run --env-file .env -p 8000:8000 jira-mcp

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/maximepeabody/simple-jira-mcp'

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