1. Conduid
  2. Search
  3. io.github.HugoF1234/gilbert-mcp
MCP server · Search

io.github.HugoF1234/gilbert-mcp

Gilbert meetings: list, search, and fetch transcripts & summaries via MCP.

Unclaimed search
37Low

Scored 4 months ago · breakdown

About io.github.HugoF1234/gilbert-mcp

io.github.HugoF1234/gilbert-mcp is an MCP server in the Search category: gilbert meetings: list, search, and fetch transcripts & summaries via MCP. It has been installed 0 times through Conduid.

Install

Claude Code
claude mcp add io-github-hugof1234-gilbert-mcp -- npx -y gilbert-mcp
npx
npx -y gilbert-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about io.github.HugoF1234/gilbert-mcp

Powered by Claude · Grounded in docs

I know everything about io.github.HugoF1234/gilbert-mcp. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

gilbert-mcp

Serveur Model Context Protocol (MCP) officiel de Gilbert.

Permet à Claude Desktop, Cursor, Continue, Zed et tous les clients compatibles MCP d'accéder aux réunions, transcriptions et synthèses Gilbert d'un utilisateur.

Installation rapide

Claude Desktop

Éditez le fichier de configuration :

  • macOS : ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows : %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "gilbert": {
      "command": "npx",
      "args": ["-y", "gilbert-mcp"],
      "env": {
        "GILBERT_API_KEY": "glbrt_live_XXXXXXXXXXXXXXXXXXXXXXXX"
      }
    }
  }
}

Redémarrez Claude Desktop. Vous pouvez maintenant demander :

« Liste mes réunions terminées cette semaine » « Résume-moi la réunion du 12 avril » « Trouve-moi la réunion où on a parlé de budget Q3 »

Cursor

Dans Settings > Features > Model Context Protocol > Add MCP Server :

{
  "name": "gilbert",
  "command": "npx",
  "args": ["-y", "gilbert-mcp"],
  "env": {
    "GILBERT_API_KEY": "glbrt_live_XXXXXXXXXXXXXXXXXXXXXXXX"
  }
}

Obtenir une clé API

Contactez votre administrateur Gilbert pour qu'il génère une clé depuis la console admin. Scope minimum requis : meetings:read.

Tools exposés

Tool Description
list_meetings Liste paginée, filtres par statut/date
get_meeting Détail complet d'une réunion
get_transcript Transcription texte seule
get_summary Synthèse markdown seule
search_meetings Recherche full-text

Variables d'environnement

  • GILBERT_API_KEY (requis) : clé au format glbrt_live_...
  • GILBERT_BASE_URL (optionnel) : défaut https://gilbert-assistant.ovh/api/v1

Développement local

git clone https://github.com/HugoF1234/Gilbert-mcp
cd Gilbert-mcp
npm install
GILBERT_API_KEY=glbrt_live_... npm run dev

Licence

MIT — © 2026 Lexia.

Support

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About io.github.HugoF1234/gilbert-mcp

How do I install io.github.HugoF1234/gilbert-mcp?

Run claude mcp add io-github-hugof1234-gilbert-mcp -- npx -y gilbert-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is io.github.HugoF1234/gilbert-mcp safe to use with an AI agent?

Its trust score is 37 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is io.github.HugoF1234/gilbert-mcp still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.