Gilbert Mcp

by HugoF1234

173 downloads
Not rated
GitHub

About

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.

Details

Author
HugoF1234
Downloads
173
Categories
Developer Tools

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

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Gilbert Mcp
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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.

list_meetings

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 ».

get_meeting

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.

get_transcript

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

get_summary

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

search_meetings

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 ».

list_folders

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.

get_folder_meetings

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

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

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

McpServers

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

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.

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

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.