Skip to main content
ClaudeWave

Your team's email workspace. In your Cloudflare account.

MCP ServersRegistry oficial286 estrellas28 forksTypeScriptAGPL-3.0Actualizado today
ClaudeWave Trust Score
100/100
Verified
Passed
  • Open-source license (AGPL-3.0)
  • Actively maintained (<30d)
  • Healthy fork ratio
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 8/23/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/HQBase/hqbase
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "hqbase": {
      "command": "node",
      "args": ["/path/to/hqbase/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/HQBase/hqbase and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

<p align="center">
  <a href="https://hqbase.io/">
    <img src="public/logo.svg" alt="HQBase" width="118">
  </a>
</p>

<h1 align="center">HQBase</h1>

<p align="center">
  <strong>Your team's email workspace. On your infrastructure.</strong>
</p>

<p align="center">
  An open-source shared email workspace that runs in your Cloudflare account and keeps mail and
  credentials in infrastructure you control.
</p>

<p align="center">
  <a href="https://hqbase.io/">Website</a> &middot;
  <a href="https://hqbase.io/docs/">Documentation</a> &middot;
  <a href="https://github.com/HQBase/hqbase/releases">Releases</a> &middot;
  <a href="https://hqbase.io/docs/maintainers/contributing/">Contributing</a>
</p>

<p align="center">
  <a href="https://github.com/HQBase/hqbase/actions/workflows/ci.yml">
    <img src="https://github.com/HQBase/hqbase/actions/workflows/ci.yml/badge.svg?branch=main" alt="CI status">
  </a>
  <a href="https://github.com/HQBase/hqbase/releases/latest">
    <img src="https://img.shields.io/github/v/release/HQBase/hqbase?display_name=tag&amp;sort=semver" alt="Latest release">
  </a>
  <a href="LICENSE">
    <img src="https://img.shields.io/github/license/HQBase/hqbase" alt="AGPL-3.0-only license">
  </a>
  <a href="https://discord.gg/U67PB663nf">
    <img src="https://img.shields.io/badge/Discord-Join%20the%20community-5865F2?logo=discord&amp;logoColor=white" alt="Join the HQBase Discord">
  </a>
</p>

<p align="center">
  <a href="https://deploy.workers.cloudflare.com/?url=https%3A%2F%2Fgithub.com%2FHQBase%2Fhqbase%2Ftree%2Fdeploy">
    <img src="https://deploy.workers.cloudflare.com/button" alt="Deploy to Cloudflare">
  </a>
</p>

## About HQBase

<p align="center">
  <img src="public/hqbase-desktop-screenshot.png" alt="HQBase shared inbox interface">
</p>

HQBase gives teams one place to work with shared mailboxes while keeping the application, mail,
and Cloudflare credentials in customer infrastructure. It includes:

- Shared mailboxes and team access controls.
- Multi-domain setup, drafts, and audit history.
- Installation, update, backup, and recovery operations.
- An OAuth-protected remote MCP server.

See the [product documentation](https://hqbase.io/docs/) for installation, daily use, architecture,
and operations.

## Made by the community

We love seeing people build around HQBase. Independent clients give you more ways to use your
workspace:

- [Herald](https://github.com/awizemann/herald) — A native macOS email client for HQBase.

HQBase has tested Herald for compatibility. It is made and maintained by independent community
developers, so its releases, support, and behavior remain in their care rather than HQBase's.
Please review the project and decide whether it is right for your workspace.

## Develop locally

### Start the application

```sh
pnpm install
pnpm db:migrate:local
pnpm db:seed:local
pnpm dev
```

Before you run the optional seed command, add these values to `.dev.vars`:

- `BETTER_AUTH_SECRET`
- `HQBASE_LOCAL_SEED_PASSWORD` with 8 to 128 characters

The seed command writes only to local D1 and does not contact Cloudflare OAuth. Open
`http://127.0.0.1:5173/` and sign in as `owner@hqbase.test` with that
password. Vite serves the frontend with live reload on port 5173 and proxies API requests to the
Wrangler Worker on port 8787.

To use the first-run setup flow, omit the seed command and open `http://localhost:5173/setup`.

### Reset local data

To discard all local D1 data, rebuild the schema, and recreate the demo workspace:

```sh
pnpm db:reset:local
pnpm db:seed:local
```

The reset command is destructive and local only. It does not change a deployed database.

### Preview the setup interface

For presentation-only onboarding work:

```sh
pnpm dev:setup-ui
```

Open `http://127.0.0.1:5173/__ui/setup`.

## Verify changes

Run the full local quality gate:

```sh
pnpm check
pnpm deploy:dry-run
```

Run `pnpm cf:typegen` after you change `wrangler.jsonc`.

Pushes to `main` run the same quality gate and deployment dry-run. Deployed staging is manual and
also runs inside the signed release workflow. A release stays in draft until the previous stable
version upgrades to the exact signed candidate and passes its checks. Customer installations and
updates verify the signed manifest and artifact digest before deployment.

## Documentation

[hqbase.io/docs](https://hqbase.io/docs/) is the public source for user and operator guides,
product specifications, and maintainer procedures.

## Contributing

Read the [contribution guide](CONTRIBUTING.md) before you open a pull request.

## Security

To report a vulnerability, follow the private process in the [security policy](SECURITY.md).

## License

HQBase is available under the [GNU Affero General Public License v3.0 only](LICENSE).
agplcloudflare-workersemailself-hostedshared-inbox

Lo que la gente pregunta sobre hqbase

¿Qué es HQBase/hqbase?

+

HQBase/hqbase es mcp servers para el ecosistema de Claude AI. Your team's email workspace. In your Cloudflare account. Tiene 286 estrellas en GitHub y su última actualización registrada es del 2026-08-23.

¿Cómo se instala hqbase?

+

Puedes instalar hqbase clonando el repositorio (https://github.com/HQBase/hqbase) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar HQBase/hqbase?

+

Nuestro agente de seguridad ha analizado HQBase/hqbase y le ha asignado un Trust Score de 100/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene HQBase/hqbase?

+

HQBase/hqbase es mantenido por HQBase. La última actividad registrada en GitHub es del 2026-08-23, con 7 issues abiertos.

¿Hay alternativas a hqbase?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega hqbase en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: HQBase/hqbase
[![Featured on ClaudeWave](https://claudewave.com/api/badge/hqbase-hqbase)](https://claudewave.com/repo/hqbase-hqbase)
<a href="https://claudewave.com/repo/hqbase-hqbase"><img src="https://claudewave.com/api/badge/hqbase-hqbase" alt="Featured on ClaudeWave: HQBase/hqbase" width="320" height="64" /></a>

Más MCP Servers

Alternativas a hqbase