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
{
"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