Skip to main content
Glama
vhxubo

arena-hero-mcp

by vhxubo

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoWS listen port (if changed, also update WS_URL in the userscript)7790

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_resourcesA

列出 IndexedDB cells 中所有 kind=RESOURCE 的探索记忆格(你本局探索过的资源节点坐标). 每次调用通过 ws 让浏览器重读 IndexedDB 返回最新. ⚠️ 记忆会过时, 不可当当前可采.

list_obstaclesA

列出所有 kind=OBSTACLE 记忆格(永久地形, 可信).

get_all_cellsA

列出所有非 EMPTY 记忆格(RESOURCE + OBSTACLE).

snapshot_infoA

返回最新快照元信息(数量/namespace/更新时间/kind 分布) + 浏览器连接状态.

refreshB

强制让浏览器重读 IndexedDB 并回推最新快照.

get_userscriptA

返回 Tampermonkey 油猴脚本全文, 供用户粘贴进扩展安装. 顶部 NAMESPACE 需用户改成自己的 arena-hero 用户名. 不依赖浏览器连接, 随时可调.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/vhxubo/arena-hero-mcp'

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