CozyVTT-Agent
OfficialCozyVTT-Agent
CozyVTT-Agentは、インストール済みの信頼できるCozyVTTプラグインであり、ホストのキャンペーンスコープのケイパビリティインターフェースをMCP Streamableに適応させます。CozyVTTは、OAuth、キャンペーン認可、承認、コマンド実行、リプレイ、監査結果の検証を所有します。このプラグインはMCPプロトコル動作のみを所有します。
CozyVTTバックエンドコードをインポートせず、そのデータベースにアクセスせず、エージェント固有のHTTP APIを介してプロキシすることもありません。
開発
npm install
npm testRelated 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によって提供されます。
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 Servers
- FlicenseNot gradedqualityDmaintenanceA minimal, containerized MCP server that exposes a Streamable HTTP transport with API key authentication, allowing secure access to MCP endpoints.
- AlicenseNot gradedqualityDmaintenanceExposes any stdio-based MCP server to the internet via HTTP/SSE transport, enabling remote agents to access MCP tools over a network.16MIT
- AlicenseNot gradedqualityAmaintenanceMounts MCP servers into Python web apps (ASGI/Workers) with Streamable HTTP transport, session management, and optional OAuth2 authorization.MIT
- AlicenseBqualityBmaintenanceMCP 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.33MIT
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.
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/ShamanicArts/CozyVTT-Agent'
If you have feedback or need assistance with the MCP directory API, please join our Discord server