Skip to main content
Glama

trello-mcp-server

trello-tools.ts659 B
/** * Trello Tools * * Exports all Trello tools for use in the MCP server. * This file aggregates all the tool definitions from the individual tool files. */ import { boardTools } from './board-tools.js'; import { listTools } from './list-tools.js'; import { cardTools } from './card-tools.js'; import { memberTools } from './member-tools.js'; import { labelTools } from './label-tools.js'; import { checklistTools } from './checklist-tools.js'; /** * All Trello tools combined into a single array */ export const trelloTools = [ ...boardTools, ...listTools, ...cardTools, ...memberTools, ...labelTools, ...checklistTools ];

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/v4lheru/trello-mcp-server'

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