Skip to content

Fathom for Zed

io.github.mindstone/mcp-server-fathom

Fathom AI meeting transcription MCP server for Model Context Protocol hosts

client:Zed transport:stdio runtime:npm

Install Fathom 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": {
    "mcp-server-fathom": {
      "command": "npx",
      "args": [
        "-y",
        "@mindstone/mcp-server-fathom"
      ],
      "env": {
        "FATHOM_API_KEY": "<FATHOM_API_KEY>",
        "MCP_HOST_BRIDGE_STATE": "<MCP_HOST_BRIDGE_STATE>",
        "MINDSTONE_REBEL_BRIDGE_STATE": "<MINDSTONE_REBEL_BRIDGE_STATE>"
      }
    }
  }
}

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

Fathom in other clients