Loading MCP server directory, please wait...
Gilbert meetings: list, search, and fetch transcripts & summaries via MCP.
npx @getmcp/cli add io.github.HugoF1234/gilbert-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
GILBERT_API_KEYYour Gilbert API key (format: glbrt_live_...). Get one from your Gilbert admin dashboard with at least the meetings:read scope.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.HugoF1234/gilbert-mcp": {
"command": "npx",
"args": [
"-y",
"gilbert-mcp"
],
"env": {
"GILBERT_API_KEY": "",
"GILBERT_BASE_URL": "https://gilbert-assistant.ovh/api/v1"
}
}
}
}