CozyVTT-Agent
OfficialCozyVTT-Agent
CozyVTT-Agent는 호스트의 캠페인 범위 기능 인터페이스를 MCP Streamable HTTP에 맞게 조정하는 설치형 신뢰 플러그인입니다. 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:extensionCozyVTT를 다음과 같이 구성합니다:
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