Skip to main content
Glama
ShamanicArts

CozyVTT-Agent

Official
by ShamanicArts

CozyVTT-Agent

CozyVTT-Agent 是一个已安装的、受信任的 CozyVTT 插件,它将宿主的战役级能力接口适配到 MCP Streamable HTTP。CozyVTT 负责 OAuth、战役授权、审批、命令执行、重放、审计和结果验证。此插件仅负责 MCP 协议行为。

它不会导入 CozyVTT 后端代码、访问其数据库,或通过特定于代理的 HTTP API 进行代理。

开发

npm install
npm test

Related MCP server: MCP HTTP Proxy

构建可安装包

使用在 CozyVTT 中配置的相同审核密钥。该命令会在 build/cozyvtt-agent/ 下创建一个捆绑、签名的软件包,并打印其不可变校验和。

TRUSTED_EXTENSION_REVIEW_KEY=local-review-key npm run package:extension

使用以下内容配置 CozyVTT:

EXTENSION_PACKAGE_ROOT=/path/to/CozyVTT-Agent/build
TRUSTED_EXTENSION_REVIEW_KEY=local-review-key
TRUSTED_EXTENSION_ALLOWLIST='[{"extensionId":"cozyvtt.agent","version":"0.2.0","checksum":"sha256:..."}]'

管理员随后可以通过通用扩展管理 API 安装并激活 cozyvtt.agent。其 MCP 资源暴露在 /api/plugin-transports/cozyvtt.agent/mcp;OAuth 发现和令牌签发由 CozyVTT 提供。

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Exposes any stdio-based MCP server to the internet via HTTP/SSE transport, enabling remote agents to access MCP tools over a network.
    16
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    Mounts MCP servers into Python web apps (ASGI/Workers) with Streamable HTTP transport, session management, and optional OAuth2 authorization.
    MIT
  • A
    license
    B
    quality
    B
    maintenance
    MCP server that dynamically exposes each enabled ComfyUI workflow as a tool with JSON Schema, supports job submission with wait and idempotency, file uploads, and resource metadata, with both stdio and authenticated Streamable HTTP transports.
    3
    3
    MIT

View all related MCP servers

Related MCP Connectors

  • MCP server for Argo RPG Platform — connects AI assistants to campaign data via OAuth2

  • Streamable HTTP MCP server for Google Calendar and Sheets with OAuth login.

  • Official remote MCP server for Archivist AI TTRPG campaign memory: characters, sessions, and more.

View all MCP Connectors

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/ShamanicArts/CozyVTT-Agent'

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