← Index

io.github.HugoF1234/gilbert-mcp

io.github.HugoF1234/gilbert-mcp·v1.0.2·Search
Quality Score
85
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "gilbert-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "gilbert-mcp"
      ],
      "env": {
        "GILBERT_API_KEY": "<your-gilbert_api_key>",
        "GILBERT_BASE_URL": "https://gilbert-assistant.ovh/api/v1"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "gilbert-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "gilbert-mcp"
      ],
      "env": {
        "GILBERT_API_KEY": "<your-gilbert_api_key>",
        "GILBERT_BASE_URL": "https://gilbert-assistant.ovh/api/v1"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y gilbert-mcp
§02  Environment variables
GILBERT_API_KEY
requiredsecret

Your Gilbert API key (format: glbrt_live_...). Get one from your Gilbert admin dashboard with at least the meetings:read scope.

GILBERT_BASE_URL

Gilbert API base URL. Defaults to the official hosted API; override only for self-hosted deployments.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Search