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
mcp-compose
This server provides a robust example of OAuth2 authentication for MCP (Model Context Protocol) servers, using GitHub as the identity provider. It demonstrates secure multi-server management, protocol translation, and integration with AI agents for tool invocation.
docker-mcp-server
A Model Context Protocol (MCP) server for containerized execution and file operations, enabling AI assistants to interact with a Docker environment via HTTP.
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 with stock market tools for a LangChain AI agent to fetch financial data.