FlorrVLM-Agent
Uses YOLO for real-time visual perception to detect and track game entities, providing the visual input for the agent's decision-making.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@FlorrVLM-AgentCheck the game screen, predict entity movements, and advise fight or retreat."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
FlorrVLM-Agent
⚠️ 声明:仅用于本地 AI 智能体技术研究。在 florr.io 官方服务器运行 bot 违反游戏服务条款,可能导致账号封禁。
融合 florr_powerful_tools(YOLO 视觉识别)与 MCP 标准 Agent 架构的 florr.io 游戏智能体。
核心能力
视频学习 — 解析本地教程视频,VLM 逐帧提取战术,写入 Markdown 知识库
全实体预判 — 同时预判 BOSS/精英/小怪未来 1.2 秒位置,带置信度
战斗评估 — 自身实力 vs 敌方威胁,动态决定 fight / cautious / retreat
动态心态 — 面对不同怪物 + 自身实力,自动切换保守/均衡/激进
组队协同 — 识别队友花瓣套装,队友输出→我方辅助,队友抗伤→我方输出
拟人操作 — 移动固定小范围抖动,模拟真人手操
BOSS 记忆 — 每 12 秒批量记录 BOSS 行为习惯到知识库
死亡复盘 — 连续 2 帧死亡才判定,仅 BOSS/组队局生成复盘 md
小硬盘适配 — 截图/视频帧用完立刻删,日志 500KB 滚动截断
安全保护 — 鼠标碰屏幕四角自动暂停,YOLO 卡顿跳帧不崩溃
Related MCP server: Pokemon MCP Server
稀有度体系
Common < Unusual < Rare < Epic < Legendary < Mythic < Ultra < Super < Unique = Eternal
highest_boss:Unique / Eternal(紧急避险,实力动态调控)boss:Superelite:Ultra / Mythic / Legendary / Epicnormal:Rare / Unusual / Common
文件结构
FlorrVLM-Agent/
├── perception_server.py # YOLO 感知 HTTP 服务
├── mcp_server.py # MCP 服务端 + MD 知识库
├── video_learner.py # 视频解析学习
├── agent_main.py # MCP 客户端主循环
├── predictor.py # 全实体运动预判
├── combat_judge.py # 战斗评估 + 套装 + 组队 + 动态心态
├── requirements.txt
├── .env.example
├── .gitignore
├── README.md
├── PROJECT_SUMMARY.md # 完整文档(全部源码 + 原理 + 部署)
└── knowledge_md/ # 自动创建,MD 知识库快速开始
# 1. 克隆外部依赖
git clone https://github.com/PANP2010/florr_powerful_tools.git
git clone https://github.com/OpenCloserOrg/OpenClaw.git
# 2. 安装依赖
python3 -m venv venv && source venv/bin/activate
pip install -r requirements.txt
# 3. 配置 API
cp .env.example .env
# 编辑 .env 填入 LLM / VLM 密钥
# 4. 启动(三个终端)
python perception_server.py # 终端1:感知服务
python video_learner.py ./tutorial.mp4 # 终端2(可选):学视频
python agent_main.py # 终端3:Agent 主程序MCP 工具(9 个)
kb_list kb_search kb_write kb_append perceive_game predict_all_entities reset_predictor game_action handle_afk
注意
教程视频需用户自行下载到本地,程序不联网下载
向量检索默认关闭,设置
FLORR_VECTOR_SEARCH=1可开启(需额外安装依赖)成就仅内存记录,程序退出清空
详见
PROJECT_SUMMARY.md
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Official MCP server for Agentwork — delegate tasks to AI agents with human-in-the-loop
MCP server for Flux AI image generation
Cloud-hosted MCP server for durable AI memory
Related MCP Servers
- AlicenseBqualityDmaintenanceA Minecraft MCP Server powered by Mineflayer API. It allows to control a Minecraft character in real-time, allowing AI assistants to build structures, explore the world, and interact with the game environment through natural language instruction2218716Apache 2.0
- FlicenseNot gradedqualityDmaintenanceAn MCP server that enables AI agents to play Pokémon games by providing a functional interface for game interaction. It allows for seamless integration with AI clients to execute gameplay tasks and manage game states.3-
- AlicenseBqualityFmaintenanceMCP server for Vynn — self-improving AI workflows & backtesting.21MIT
- AlicenseNot gradedqualityCmaintenanceA local MCP server that gives AI agents structured task planning, execution tracking, and guided research workflows.11MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/gupi-bill/FlorrVLM-Agent'
If you have feedback or need assistance with the MCP directory API, please join our Discord server