CUBUS Collaboration Hub
Sends notifications about events such as document proposals and changes, without including sensitive document content.
Provides bidirectional synchronization with Obsidian, allowing notes and documents to be synced with the Supabase backend.
Serves as the canonical storage backend, managing document versions, optimistic locking, and Row Level Security.
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., "@CUBUS Collaboration Hubpropose a change to the project roadmap"
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.
CUBUS Collaboration Hub
CUBUS 작업 내용을 Google Drive 턴 로그로 복사하는 대신, Supabase를 정본 저장소로 사용해 ChatGPT·Claude·Obsidian을 동기화하는 개인용 협업 허브입니다.
핵심 원칙
이 공개 저장소에는 코드와 스키마만 둡니다. CUBUS 원고·설정·프롬프트·로그는 절대 커밋하지 않습니다.
AI는 정본 문서를 직접 수정할 수 없습니다. AI 변경은
proposal로 생성되고 사용자의 명시적 승인 후에만 반영됩니다.Supabase 비밀키는 Edge Function 런타임 안에만 유지하고, Cloudflare Worker는 별도 고강도 프록시 비밀값으로 제한된 Data API 경로만 호출합니다.
Discord 알림에는 작품 본문을 넣지 않고 이벤트 종류, 문서 경로, 제안 ID만 보냅니다.
Related MCP server: Jarvis MCP Server
구성
packages/worker: OAuth 보호 MCP, ChatGPT Actions REST API, Supabase 웹훅packages/bridge: Obsidian 전체 가져오기, 검증, 실시간 양방향 동기화packages/shared: 입력 스키마와 공용 타입supabase/migrations: RLS 및 낙관적 잠금이 포함된 데이터베이스 스키마openapi: ChatGPT Custom GPT Actions 명세docs: 배포·보안·클라이언트 연결 문서
빠른 시작
npm install
npm run check배포 순서는 docs/setup.md를 따릅니다. 비밀값은 .dev.vars.example을 참고하되 실제 값은 파일에 저장하지 않고 Wrangler Secret과 Windows 자격 증명 관리자에 넣습니다.
라이선스
라이선스를 부여하지 않습니다. 소스는 공개 열람할 수 있지만 복제, 수정, 배포 또는 상업적 이용 권한은 별도로 허가되지 않습니다.
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.
Latest Blog Posts
- 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/tony816/cubus-collab-hub'
If you have feedback or need assistance with the MCP directory API, please join our Discord server