Skip to content

ahmetsbilgin/finbrain-mcp

v0.1.5 Feature

This release adds 3 notable features for engineering teams evaluating rollout.

Published 8mo MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Summary

AI summary

Added 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

Track ahmetsbilgin/finbrain-mcp

Get notified when new releases ship.

Sign up free

About ahmetsbilgin/finbrain-mcp

Access institutional-grade alternative financial data directly in your LLM workflows.

All releases →

Beta — feedback welcome: [email protected]