Skip to content
Zed

gilbert mcp for Zed

io.github.hugof1234/gilbert-mcp

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

client:Zed transport:stdio runtime:npm

Install gilbert mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

gilbert mcp in other clients