Skip to content
Cursor

gilbert mcp for Cursor

io.github.hugof1234/gilbert-mcp

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

client:Cursor transport:stdio runtime:npm

Install gilbert mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "gilbert-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "gilbert-mcp"
      ],
      "env": {
        "GILBERT_API_KEY": "<GILBERT_API_KEY>",
        "GILBERT_BASE_URL": "<GILBERT_BASE_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

gilbert mcp in other clients