Serversio.github.delorenj/mcp-server-trello
T

io.github.delorenj/mcp-server-trello

io.github.delorenj/mcp-server-trello · v1.5.6
▦ npm
v1.5.6npm npm: @delorenj/mcp-server-trello↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
  "name": "io.github.delorenj/mcp-server-trello",
  "description": "MCP server for Trello boards with rate limiting, type safety, and comprehensive API integration.",
  "repository": {
    "url": "https://github.com/delorenj/mcp-server-trello",
    "source": "github"
  },
  "version": "1.5.6",
  "websiteUrl": "https://delorenj.github.io/mcp-server-trello",
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@delorenj/mcp-server-trello",
      "version": "1.5.6",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Trello API key",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "TRELLO_API_KEY"
        },
        {
          "description": "Your Trello token",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "TRELLO_TOKEN"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}