This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Summary
AI summaryAdded Docker support for containerized deployment of FinBrain MCP server.
Full changelog
🐋 Docker Support
This release adds Docker support for containerized deployment of FinBrain MCP server.
✨ What's New
-
Docker Support: Multi-stage Dockerfile for optimized containerized deployment
- Optimized image size with multi-stage build (~640MB)
- Runs as non-root user for security
- Includes health checks
- Uses Python 3.11-slim base image
-
Documentation: Added comprehensive Docker usage guide (DOCKER.md)
-
CHANGELOG: Added CHANGELOG.md to track version history
🚀 Docker Usage
Pull and run the image (once published to Docker MCP Catalog):
docker pull mcp/finbrain
docker run -i --rm -e FINBRAIN_API_KEY="your_key" mcp/finbrain
Or build locally:
docker build -t finbrain-mcp:latest .
docker run --rm -e FINBRAIN_API_KEY="your_key" finbrain-mcp:latest
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About ahmetsbilgin/finbrain-mcp
Access institutional-grade alternative financial data directly in your LLM workflows.
Related context
Beta — feedback welcome: [email protected]