Skip to main content
Glama

富途 MCP 服务器 (Futu MCP Server)

by shuchaang
.npmignore1.41 kB
# Python __pycache__/ *.py[cod] *$py.class *.so .Python venv/ ENV/ # IDE .vscode/ .idea/ *.swp *.swo # Git .git/ .gitignore # Logs *.log npm-debug.log* # Test test/ tests/ *.test.js *.spec.js # Development .editorconfig .eslintrc .prettierrc *.md !README.md !FEATURES.md !CURSOR_SETUP_GUIDE.md # Virtual environments env/ .venv/ # OS .DS_Store Thumbs.db # Logs logs/ # Test files test_*.py *_test.py # Development files .env .env.local .env.development .env.test .env.production # npm node_modules/ yarn-debug.log* yarn-error.log* # Development configs cursor_mcp_config*.json test_watchlist.py NPM_PUBLISH_GUIDE.md # 配置文件示例(保留模板,排除个人配置) cursor_mcp_config_examples.json cursor_mcp_config_flexible.json cursor_mcp_config.json futu_mcp_config.json # 个人配置文件 cursor_mcp_config_personal.json my_futu_config.json local_config.json personal_settings.json # 文档和指南(可选择性包含) FUTU_MCP_README.md publish_guide.md python_npx_examples.md # 启动脚本(保留shell脚本作为备选) start_mcp_server.sh start_futu_mcp.py # 临时文件 temp/ tmp/ *.tmp *.bak *.backup *.old # 压缩文件 *.zip *.tar.gz *.rar # 数据库文件 *.db *.sqlite *.sqlite3 # 敏感文件 *.key *.pem *.p12 .env* # Node.js开发文件 node_modules/ yarn-debug.log* .npm/ # 构建输出(如果有) dist/ build/ out/ # 缓存 .cache/ cache/

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/shuchaang/futu-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server