server.json•1.14 kB
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-16/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.",
"status": "active",
"websiteUrl": "https://delorenj.github.io/mcp-server-trello",
"repository": {
"url": "https://github.com/delorenj/mcp-server-trello",
"source": "github"
},
"version": "1.5.6",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@delorenj/mcp-server-trello",
"version": "1.5.6",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"name": "TRELLO_API_KEY",
"description": "Your Trello API key",
"isRequired": true,
"format": "string",
"isSecret": true
},
{
"name": "TRELLO_TOKEN",
"description": "Your Trello token",
"isRequired": true,
"format": "string",
"isSecret": true
}
]
}
]
}