Skip to main content
Glama

JIRA MCP Server

project-tools.config.ts714 B
/** * Project Tools Configuration * * Defines configuration for all project-related JIRA tools */ import type { ToolConfig, ToolHandler } from "../types"; import { getProjectsParamsSchema } from "../../projects"; /** * Project tools configuration factory * * Creates tool configurations for all project-related tools */ export function createProjectToolsConfig(tools: { jira_get_projects: ToolHandler; }): ToolConfig[] { return [ { name: "jira_get_projects", description: "Get all accessible JIRA projects with filtering and search capabilities", params: getProjectsParamsSchema.shape, handler: tools.jira_get_projects.handle.bind(tools.jira_get_projects), }, ]; }

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