Skip to main content
Glama
utils.ts286 B
export const apiKey = Buffer.from( `${process.env.JIRA_USER_EMAIL}:${process.env.JIRA_API_KEY}` ).toString('base64'); export const jiraProjectUrl = () => { const url = process.env.JIRA_PROJECT_URL || ''; const baseUrl = url.replace(/\/rest\/api\/\d+$/, ''); return baseUrl; };

Latest Blog Posts

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/brianstone/jira-mcp-server'

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