Skip to main content
Glama

MCP Atlassian Server

by dunz
start.sh394 B
#!/bin/bash # Debug script for MCP server echo "Starting MCP Atlassian server..." >&2 echo "Current directory: $(pwd)" >&2 echo "Node version: $(node --version)" >&2 echo "Environment variables:" >&2 echo " ATLASSIAN_BASE_URL: ${ATLASSIAN_BASE_URL}" >&2 echo " ATLASSIAN_EMAIL: ${ATLASSIAN_EMAIL}" >&2 echo " ATLASSIAN_API_TOKEN: ${ATLASSIAN_API_TOKEN:0:10}..." >&2 exec node dist/index.js

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/dunz/mcp-atlassian'

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