Development · MODEL CONTEXT PROTOCOL

diegofornalha mcp server trello

Um servidor Model Context Protocol (MCP) que fornece ferramentas para interagir com placas Trello.

WHAT IT CONNECTS

diegofornalha mcp server trello 为 AI Agent 提供什么

  • **Full Trello Board Integration**: Interact with cards, lists, and board activities
  • **Built-in Rate Limiting**: Respects Trello's API limits (300 requests/10s per API key, 100 requests/10s per token)
  • **Type-Safe Implementation**: Written in TypeScript with comprehensive type definitions
  • **Input Validation**: Robust validation for all API inputs
  • **Error Handling**: Graceful error handling with informative messages
  • `TRELLO_API_KEY`: Your Trello API key (get from https://trello.com/app-key)
  • `TRELLO_TOKEN`: Your Trello token (generate using your API key)
  • `TRELLO_BOARD_ID`: ID of the Trello board to interact with (found in board URL)
  • 300 requests per 10 seconds per API key
  • 100 requests per 10 seconds per token
  • Invalid input parameters
  • Rate limit exceeded
  • API authentication errors
  • Network issues
  • Invalid board/list/card IDs
  • Node.js 16 or higher
  • npm or yarn
  • Clone the repository
  • Install dependencies
  • Build the project
  • Built with the [Model Context Protocol SDK](https://github.com/modelcontextprotocol/sdk)
  • Uses the [Trello REST API](https://developer.atlassian.com/cloud/trello/rest/)

SECURITY

MCP 收录不等于安全审核

MCP 服务器可能获得模型上下文、凭据、本地文件或调用外部系统的权限。连接 Agent 前,请检查代码、环境变量、网络行为、软件包来源与维护状态。