#!/bin/bash
# Atlassian MCP Server installer script
# This script installs the Atlassian MCP Server globally and runs the setup
echo "Installing Atlassian MCP Server..."
# Check if npm is installed
if ! command -v npm &> /dev/null; then
echo "Error: npm is not installed. Please install Node.js and npm first."
exit 1
fi
# Install the package globally
npm install -g .
# Run the setup script
atlassian-mcp-setup
echo "Installation complete!"
echo "You can now run the server using the 'atlassian-mcp-server' command."
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/kompallik/ATLASSIAN-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server