@bozic-tech/mcp-server-trello
v1.7.3
Published
Fork of @delorenj/mcp-server-trello with native HTTPS proxy support. Use this if you need https_proxy/HTTPS_PROXY env var support (e.g. behind a corporate proxy or in Claude Code web).
Maintainers
Readme
@bozic-tech/mcp-server-trello
A fork of @delorenj/mcp-server-trello with native HTTPS proxy support.
Why this fork?
Axios does not respect https_proxy/HTTPS_PROXY environment variables. This causes the MCP server to fail with 403 errors when running behind a corporate proxy or in environments like Claude Code web that route traffic through a proxy.
This fork adds https-proxy-agent so proxy support works out of the box. The change is minimal and has been submitted as an upstream PR — once merged, this fork will no longer be needed.
Usage
{
"mcpServers": {
"trello": {
"command": "npx",
"args": ["-y", "@bozic-tech/mcp-server-trello"],
"env": {
"TRELLO_API_KEY": "your-api-key",
"TRELLO_TOKEN": "your-token"
}
}
}
}Set https_proxy or HTTPS_PROXY in your environment and requests will be routed through the proxy automatically. Without the env var, behavior is identical to the upstream package.
Documentation
For full documentation on available tools, configuration, and features, see the upstream README.
License
MIT - see LICENSE.
