HQBase
OfficialHQBaseについて
HQBaseは、アプリケーション、メール、Cloudflare認証情報を顧客のインフラに保持しながら、チームに共有メールボックスを扱うための単一の場所を提供します。含まれるもの:
共有メールボックスとチームアクセス制御。
マルチドメイン設定、下書き、監査履歴。
インストール、更新、バックアップ、リカバリ操作。
OAuthで保護されたリモートMCPサーバー。
インストール、日常利用、アーキテクチャ、運用については、製品ドキュメントを参照してください。
Related MCP server: Gmail MCP Connector
ローカル開発
アプリケーションを起動
pnpm install
pnpm db:migrate:local
pnpm db:seed:local
pnpm devオプションのシードコマンドを実行する前に、これらの値を.dev.varsに追加してください:
BETTER_AUTH_SECRETHQBASE_LOCAL_SEED_PASSWORD(8〜128文字)
シードコマンドはローカルのD1にのみ書き込み、Cloudflare OAuthには接続しません。http://127.0.0.1:5173/を開き、owner@hqbase.testとしてそのパスワードでサインインしてください。Viteはポート5173でライブリロード付きのフロントエンドを提供し、APIリクエストをポート8787のWrangler Workerにプロキシします。
初回セットアップフローを使用するには、シードコマンドを省略してhttp://localhost:5173/setupを開いてください。
ローカルデータのリセット
すべてのローカルD1データを破棄し、スキーマを再構築し、デモワークスペースを再作成するには:
pnpm db:reset:local
pnpm db:seed:localリセットコマンドは破壊的で、ローカルのみに影響します。デプロイ済みのデータベースは変更されません。
セットアップインターフェースのプレビュー
プレゼンテーション専用のオンボーディング作業用:
pnpm dev:setup-uihttp://127.0.0.1:5173/__ui/setupを開いてください。
変更の検証
完全なローカル品質ゲートを実行:
pnpm check
pnpm deploy:dry-runwrangler.jsoncを変更した後、pnpm cf:typegenを実行してください。
mainへのプッシュは同じ品質ゲートとデプロイのドライランを実行します。デプロイされたステージングは手動で、署名付きリリースワークフロー内でも実行されます。リリースは、以前の安定版が正確な署名付き候補にアップグレードし、そのチェックに合格するまでドラフトのままです。顧客のインストールと更新は、デプロイ前に署名付きマニフェストとアーティファクトダイジェストを検証します。
ドキュメント
hqbase.io/docsは、ユーザーおよびオペレーター向けガイド、製品仕様、メンテナー手順の公開ソースです。
コントリビューション
プルリクエストを開く前に、コントリビューションガイドをお読みください。
セキュリティ
脆弱性を報告するには、セキュリティポリシーのプライベートプロセスに従ってください。
ライセンス
HQBaseはGNU Affero General Public License v3.0 onlyの下で利用可能です。
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
- AlicenseNot gradedqualityDmaintenanceA self-hosted MCP server for managing email, calendar, and cloud storage across Microsoft 365, Google Workspace, and IMAP accounts, enabling natural language interaction through any MCP client.1MIT
- AlicenseNot gradedqualityBmaintenanceA Gmail MCP server running on Cloudflare Workers that enables reading, searching, labeling, drafting, sending, and managing Gmail messages, including fetching raw attachment bytes, with per-user OAuth authorization.231MIT
- AlicenseNot gradedqualityCmaintenanceMCP server providing read and send access to a single IMAP/SMTP mailbox over Streamable HTTP with GitHub OAuth authentication, featuring recipient allowlists for security, email reading/searching/threading, attachments, drafts, folder management, and sending/reply tools.MIT
- FlicenseNot gradedqualityCmaintenanceA stateless email inbox on Cloudflare with MCP tools that let agents list, read, claim, complete, and reply to messages.
Related MCP Connectors
Hosted email MCP for AI agents with inboxes, send/receive, memory, recovery, and credits.
Authenticated email gateway for AI agents — per-agent inboxes, HITL approval, SPF/DKIM verified.
Authenticated email gateway for AI agents — per-agent inboxes, HITL approval, SPF/DKIM verified.
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/HQBase/hqbase'
If you have feedback or need assistance with the MCP directory API, please join our Discord server