We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/aepod/trello-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "Trello MCP Development",
"description": "Development workspace with Trello integration via MCP",
"version": "1.0.0",
"mcpServers": ["trello"],
"tools": {
"trello": {
"enabled": true,
"autoStart": true,
"capabilities": [
"board_management",
"list_operations",
"card_operations",
"label_management",
"checklist_management",
"member_management"
]
}
},
"ai": {
"contextSources": [
"trello_boards",
"project_files",
"documentation"
],
"suggestions": {
"taskManagement": true,
"codeGeneration": true,
"projectPlanning": true
}
},
"integrations": {
"trello": {
"webhooks": false,
"realTimeSync": false,
"autoCreateTasks": true
}
},
"development": {
"hotReload": true,
"debugging": true,
"testing": {
"framework": "jest",
"coverage": true
}
}
}