auto_video_mcp
by fancyboi999
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DB_ECHO | No | 是否在日志中打印SQLAlchemy执行的SQL语句 (默认为 false) | |
| SERVER_HOST | No | 服务器主机地址 (默认为 127.0.0.1) | |
| SERVER_PATH | No | API路径前缀 (默认为 /mcp/) | |
| SERVER_PORT | No | 服务器端口 (默认为 8000) | |
| DATABASE_URL | No | 数据库连接URL (默认为 sqlite+aiosqlite:///./hifly.db) | |
| DB_POOL_SIZE | No | 数据库连接池大小 (默认为 5) | |
| DISABLED_TOOLS | No | 禁用的工具列表,以逗号分隔 (可选) | |
| TASK_MAX_RETRY | No | 任务失败后的最大重试次数 (默认为 3) | |
| DB_MAX_OVERFLOW | No | 连接池中允许的额外连接数 (默认为 10) | |
| DB_POOL_RECYCLE | No | 连接回收时间 (秒) (默认为 1800) | |
| DB_POOL_TIMEOUT | No | 获取连接的超时时间 (秒) (默认为 30) | |
| SERVER_LOG_LEVEL | No | 日志级别 (默认为 info) | |
| FIRECRAWL_API_KEY | No | FireCrawl服务的API密钥,用于crawl_website工具 (可选) | |
| FLYWORKS_API_TOKEN | Yes | 飞影API令牌 (必需) | |
| TASK_CHECK_INTERVAL | No | 任务状态检查的时间间隔 (秒) (默认为 60) | |
| FLYWORKS_API_BASE_URL | No | 飞影API的基础URL (可选) | |
| TRENDS_HUB_CUSTOM_RSS_URL | No | 自定义RSS源的URL,用于get_custom_rss工具 (可选) |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/fancyboi999/auto_video_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server