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

What diegofornalha mcp server trello gives an 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

An MCP listing is not a security review

An MCP server may receive model context, credentials, local files, or permission to call external systems. Review its code, requested environment variables, network behavior, package provenance, and maintenance status before connecting it to an agent.