LongportMCPDocker
Verified Safeby WisdomShun
Overview
Deploying and managing a Longport Model Context Protocol (MCP) server using Docker for financial API services.
Installation
docker-compose up -dSecurity Notes
The project emphasizes secure practices like environment variable-based credential management, a default read-only mode, and recommends firewall configuration. The primary security risks are user-related, such as accidentally committing `.env` files or exposing the service publicly without proper access restrictions, which the documentation explicitly warns against.
Similar Servers
docker-mcp-server
Provides a containerized Model Context Protocol (MCP) server for AI agents to securely execute shell commands and perform file operations via HTTP with bearer token authentication, supporting aggregation of child MCP servers.
mcp-compose
A secure MCP (Model Context Protocol) server that orchestrates calculator and string manipulation tools, offering OAuth2 authentication with GitHub. It implements advanced OAuth features like PKCE, resource indicators, and dynamic client registration, making it suitable for protected AI agent integrations and enterprise API management.
mcp-servers
Provides an MCP server for Qdrant vector database integration, enabling AI agents to perform semantic search, store documents, and manage collections with advanced multi-tenant filtering capabilities.
ai-mcp-server-client-fastmcp
Builds a local MCP server and LangChain AI agent to retrieve and analyze stock market financial data using YFinance.