Skip to main content
Glama
index.ts443 B
/** * Tool registry - exports all tools and their handlers. * @module tools */ // Consolidated tools (recommended) export * from './consolidated/index.js'; // Presets export * from './presets.js'; // Legacy individual tools (kept for backward compatibility) export * from './issues/index.js'; export * from './projects/index.js'; export * from './sprints/index.js'; export * from './comments/index.js'; export * from './users/index.js';

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

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