Server data from the Official MCP Registry
Gilbert meetings: list, search, and fetch transcripts & summaries via MCP.
Gilbert meetings: list, search, and fetch transcripts & summaries via MCP.
Valid MCP server (2 strong, 4 medium validity signals). 2 known CVEs in dependencies (0 critical, 2 high severity) Package registry verified. Imported from the Official MCP Registry.
3 files analyzed · 3 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: GILBERT_API_KEY
Environment variable: GILBERT_BASE_URL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-hugof1234-gilbert-mcp": {
"env": {
"GILBERT_API_KEY": "your-gilbert-api-key-here",
"GILBERT_BASE_URL": "your-gilbert-base-url-here"
},
"args": [
"-y",
"gilbert-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
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.
Éditez le fichier de configuration :
~/Library/Application Support/Claude/claude_desktop_config.json%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 »
Dans Settings > Features > Model Context Protocol > Add MCP Server :
{
"name": "gilbert",
"command": "npx",
"args": ["-y", "gilbert-mcp"],
"env": {
"GILBERT_API_KEY": "glbrt_live_XXXXXXXXXXXXXXXXXXXXXXXX"
}
}
Contactez votre administrateur Gilbert pour qu'il génère une clé depuis la console admin.
Scope minimum requis : meetings:read.
| 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 |
GILBERT_API_KEY (requis) : clé au format glbrt_live_...GILBERT_BASE_URL (optionnel) : défaut https://gilbert-assistant.ovh/api/v1git clone https://github.com/HugoF1234/Gilbert-mcp
cd Gilbert-mcp
npm install
GILBERT_API_KEY=glbrt_live_... npm run dev
MIT — © 2026 Lexia.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.