Skip to main content
Glama
package.json1.95 kB
{ "name": "@delorenj/mcp-server-trello", "mcpName": "io.github.delorenj/mcp-server-trello", "version": "1.7.1", "description": "An MCP server for Trello boards, powered by Bun for maximum performance.", "keywords": [ "mcp", "trello", "bun", "automation", "productivity", "model-context-protocol", "api", "integration", "typescript", "board-management", "task-management", "kanban" ], "author": "Jarad DeLorenzo", "license": "MIT", "bugs": { "url": "https://github.com/delorenj/mcp-server-trello/issues" }, "homepage": "https://github.com/delorenj/mcp-server-trello#readme", "dependencies": { "@modelcontextprotocol/sdk": "^1.24.3", "axios": "^1.13.2", "form-data": "^4.0.5", "mcp-evals": "^1.0.18", "zod": "^3.25.76" }, "devDependencies": { "@ai-sdk/openai": "^1.3.24", "bun-types": "latest", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "eslint": "^8.57.1", "eslint-config-prettier": "^9.1.2", "eslint-plugin-prettier": "^5.5.4", "prettier": "^3.7.4", "terser": "^5.44.1", "typescript": "^5.9.3" }, "files": [ "build/**/*" ], "bin": { "mcp-server-trello": "build/index.js" }, "type": "module", "engines": { "bun": ">=1.0.0" }, "publishConfig": { "access": "public" }, "scripts": { "build": "bun build src/index.ts --outdir ./build --target node --format esm", "build:types": "tsc --emitDeclarationOnly || echo 'Warning: Type declarations generation failed, but build succeeded'", "build:prod": "npm run build", "dev": "bun --watch src/index.ts", "versionbump": "bun ./scripts/versionbump.js", "versionbump:patch": "bun run versionbump --patch", "versionbump:minor": "bun run versionbump --minor", "versionbump:major": "bun run versionbump --major", "publish": "bun run build && npm publish" } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/delorenj/mcp-server-trello'

If you have feedback or need assistance with the MCP directory API, please join our Discord server