MCP.so
Sign In
G

Gilbert Mcp

@HugoF1234

About Gilbert Mcp

Gilbert is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to gilbert meetings: list, search, and fetch transcripts & summaries via mcp.

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

7

Liste les réunions de l'utilisateur. Pagination et filtres par statut et date. Utile pour répondre à « quelles sont mes réunions récentes ? » ou « liste les réunions du mois dernier ».

Récupère le détail complet d'une réunion : metadata + transcription + synthèse. Utile quand l'utilisateur veut résumer une réunion spécifique.

Récupère uniquement la transcription texte d'une réunion (plus léger que get_meeting). Format « Speaker 0: ...\nSpeaker 1: ... ».

Récupère la synthèse markdown d'une réunion (plus léger que get_meeting).

Recherche full-text dans les titres, transcriptions et synthèses de l'utilisateur. Utile pour « trouve-moi la réunion où on a parlé de X ».

Lister les dossiers de l'utilisateur (nom + nombre de réunions). Sert à résoudre un dossier par son nom avant d'en résumer le contenu, ex: « résume mon dossier Kick-off » → list_folders puis get_folder_meetings. Les dossiers partagés ne sont inclus que si la clé porte le scope shared:read.

Lister les réunions d'un dossier (et de ses sous-dossiers). À combiner avec get_summary/get_transcript pour résumer un dossier entier.

Overview

What is Gilbert Mcp?

Gilbert Mcp is a Model Context Protocol (MCP) server that enables AI assistants such as Claude, Cursor, and VS Code to list, search, and fetch transcripts and summaries of meetings. It is designed for users who need to integrate meeting data into AI-powered workflows.

How to use Gilbert Mcp?

Install and configure Gilbert Mcp as an MCP server in your AI assistant environment. No specific commands or config keys are provided in the README.

Key features of Gilbert Mcp

  • List meetings via MCP
  • Search meetings via MCP
  • Fetch meeting transcripts
  • Fetch meeting summaries

Use cases of Gilbert Mcp

  • An AI assistant retrieving a specific meeting transcript during a conversation
  • Searching past meetings by keyword using natural language
  • Summarizing multiple meetings for a daily briefing
  • Integrating meeting history into a coding workflow in VS Code or Cursor

FAQ from Gilbert Mcp

What does Gilbert Mcp do?

Gilbert Mcp allows AI assistants like Claude, Cursor, and VS Code to list, search, and fetch transcripts and summaries of meetings through the Model Context Protocol.

Which AI assistants are supported?

The README explicitly mentions Claude, Cursor, and VS Code as compatible assistants.

What kind of data does Gilbert Mcp access?

It accesses meeting data, specifically transcripts and summaries, which can be listed and searched.

Is there any installation or configuration required?

The README does not provide installation or configuration details beyond describing Gilbert Mcp as an MCP server.

What transport or authentication does Gilbert Mcp use?

No transport or authentication information is given in the README.

Frequently asked questions

What does Gilbert Mcp do?

Gilbert Mcp allows AI assistants like Claude, Cursor, and VS Code to list, search, and fetch transcripts and summaries of meetings through the Model Context Protocol.

Which AI assistants are supported?

The README explicitly mentions Claude, Cursor, and VS Code as compatible assistants.

What kind of data does Gilbert Mcp access?

It accesses meeting data, specifically transcripts and summaries, which can be listed and searched.

Is there any installation or configuration required?

The README does not provide installation or configuration details beyond describing Gilbert Mcp as an MCP server.

What transport or authentication does Gilbert Mcp use?

No transport or authentication information is given in the README.

Comments

More Developer Tools MCP servers