Skip to main content
Glama

JIRA MCP Server

user-tools.config.ts611 B
/** * User Tools Configuration * * Defines configuration for all user-related JIRA tools */ import type { ToolConfig, ToolHandler } from "../types"; /** * User tools configuration factory * * Creates tool configurations for all user-related tools */ export function createUserToolsConfig(tools: { jira_get_current_user: ToolHandler; }): ToolConfig[] { return [ { name: "jira_get_current_user", description: "Get current user profile information and permissions", params: {}, handler: tools.jira_get_current_user.handle.bind(tools.jira_get_current_user), }, ]; }

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

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