Skip to main content
ClaudeWave
fgac-ai avatar
fgac-ai

fine_grain_access_control

Ver en GitHub
MCP ServersRegistry oficial0 estrellas0 forksTypeScriptNOASSERTIONActualizado today
ClaudeWave Trust Score
62/100
· OK
Passed
  • Actively maintained (<30d)
  • Documented (README)
Flags
  • !Licence file present but not machine-readable
  • !No description
Last scanned: 9/17/2026
Install in Claude Code / Claude Desktop
Method: NPX · vercel
Claude Code CLI
claude mcp add fine-grain-access-control -- npx -y vercel
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "fine-grain-access-control": {
      "command": "npx",
      "args": ["-y", "vercel"]
    }
  }
}
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.
Casos de uso

Resumen de MCP Servers

# FGAC.ai

> Fine-grain access control for AI agents on Gmail, Google Sheets and Google Docs.

[![Website](https://img.shields.io/badge/fgac.ai-live-2ea44f)](https://fgac.ai)
[![Docs](https://img.shields.io/badge/docs-fgac.ai%2Fdocs-blue)](https://fgac.ai/docs)
[![MCP Registry](https://img.shields.io/badge/MCP%20Registry-ai.fgac%2Ffgac-6f42c1)](https://registry.modelcontextprotocol.io/v0.1/servers?search=ai.fgac)
[![smithery badge](https://smithery.ai/badge/fgac/fgac)](https://smithery.ai/servers/fgac/fgac)

**Product:** https://fgac.ai · **Docs:** https://fgac.ai/docs · **Privacy:** https://fgac.ai/privacy

FGAC.ai is a hosted MCP server and API proxy that sits between your AI agents and
your Google accounts. Connect one or many Gmail accounts — work, school, personal,
and inboxes teammates delegate to you — plus the specific Google Sheets and Docs
you choose, and every request passes through deny-by-default access rules you
control before it touches Google. Nothing to install, no Google Cloud project
needed: sign in with Google and the agent can read that account's mail
immediately; sending, editing, and other inboxes are granted from your dashboard
or from a one-click approval link the agent hands you when it is denied.

## Add FGAC to your agent

| Client | How |
|---|---|
| Claude.ai / Claude Desktop | Search **FGAC** in the connectors directory, or add a custom connector with the URL below |
| Claude Code | `claude mcp add --transport http fgac https://fgac.ai/api/mcp` |
| VS Code / Copilot, Cursor, Windsurf, Cline | Add a remote MCP server: `https://fgac.ai/api/mcp` (Streamable HTTP, OAuth sign-in) — or find `ai.fgac/fgac` in the [MCP Registry](https://registry.modelcontextprotocol.io/v0.1/servers?search=ai.fgac) |
| Smithery | [smithery.ai/servers/fgac/fgac](https://smithery.ai/servers/fgac/fgac) |
| Any Google SDK | Point the client's endpoint override at `https://fgac.ai/api/proxy` with an FGAC proxy key — see the [docs](https://fgac.ai/docs) |

MCP endpoint: **`https://fgac.ai/api/mcp`** (Streamable HTTP; OAuth 2.1 with
dynamic client registration and PKCE; discovery at
`/.well-known/oauth-protected-resource/mcp`).

## What you get

- **Multiple Gmail accounts** — connect several accounts, and let teammates
  delegate their inboxes to your agent from their own dashboard. Every
  delegation keeps its own rules and is revocable in one click. No password
  sharing.
- **Editable Google Sheets and Docs** — expose individual files read-only or
  read & write; agents can update cells, append rows, and edit documents there
  and nowhere else. The rest of your Drive does not exist to them.
- **Guardrails** — read rules hide sensitive mail (2FA codes, password resets,
  financial alerts) by label or content pattern; send whitelists limit outbound
  mail to recipients you approve; permanent deletion is never possible.
- **One-click approvals** — when an agent needs more (a new recipient, a new
  sheet), it asks; you approve exactly that grant from a single-use link.
- **Nineteen tools** — typed Gmail, Sheets, Docs, and comments tools with safety
  annotations, plus a rule-checked raw Google API escape hatch covering the full
  Gmail, Sheets, and Docs API surface.
- **A request log** — every call your agent makes, with what was allowed and
  what was blocked and why.

Your data is never stored or used for training. See the [Terms](https://fgac.ai/terms) for service terms.

## Licensing

Two different things, two different terms:

- **The hosted service at https://fgac.ai** is open to anyone — individuals,
  teams, companies, and schools — under its [Terms of Service](https://fgac.ai/terms)
  and [Privacy Policy](https://fgac.ai/privacy). Connecting an agent through
  fgac.ai does not involve this repository's license at all.
- **This source code** is licensed for **personal use only**: an independent
  individual may self-host it to manage their own Gmail or Google Workspace
  accounts. Use by or on behalf of a company, government agency, or educational
  institution, and offering the code as a hosted or multi-tenant service, are
  prohibited without a separate license from the author. See `LICENSE` for the
  exact terms and liability limitations.

## Developing

This is a Next.js app deployed on Vercel, with Clerk for authentication and Neon
Postgres via Drizzle. There is exactly one supported way to run it locally, and
it depends on access to the project's Vercel environment:

```bash
npx vercel link --yes --project fine-grain-access-control   # once per clone
npx vercel env pull .env.local --environment=development     # dev Clerk + Neon creds
npm run db:branch                                            # isolated Neon branch
npm run dev
```

Node 20.9+ is required. `npm run env:check` diagnoses environment problems.
Contributor rules, QA workflow, and database safety guards are documented in
`CLAUDE.md` and `docs/`.

Lo que la gente pregunta sobre fine_grain_access_control

¿Qué es fgac-ai/fine_grain_access_control?

+

fgac-ai/fine_grain_access_control es mcp servers para el ecosistema de Claude AI con 0 estrellas en GitHub.

¿Cómo se instala fine_grain_access_control?

+

Puedes instalar fine_grain_access_control clonando el repositorio (https://github.com/fgac-ai/fine_grain_access_control) 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 fgac-ai/fine_grain_access_control?

+

Nuestro agente de seguridad ha analizado fgac-ai/fine_grain_access_control y le ha asignado un Trust Score de 62/100 (tier: OK). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene fgac-ai/fine_grain_access_control?

+

fgac-ai/fine_grain_access_control es mantenido por fgac-ai. La última actividad registrada en GitHub es del 2026-09-17, con 4 issues abiertos.

¿Hay alternativas a fine_grain_access_control?

+

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

Despliega fine_grain_access_control 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: fgac-ai/fine_grain_access_control
[![Featured on ClaudeWave](https://claudewave.com/api/badge/fgac-ai-fine-grain-access-control)](https://claudewave.com/repo/fgac-ai-fine-grain-access-control)
<a href="https://claudewave.com/repo/fgac-ai-fine-grain-access-control"><img src="https://claudewave.com/api/badge/fgac-ai-fine-grain-access-control" alt="Featured on ClaudeWave: fgac-ai/fine_grain_access_control" width="320" height="64" /></a>

Más MCP Servers

Alternativas a fine_grain_access_control