← Back to Plugins
MCP Server MCP

Fathom

github By github 👁 1 views ▲ 0 votes

Fathom AI meeting transcription MCP server for Model Context Protocol hosts

Homepage Verified source GitHub

Install

npx -y @mindstone/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@mindstone/mcp-server-fathom",
      "version": "0.3.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Fathom API key (from fathom.video settings)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "FATHOM_API_KEY"
        },
        {
          "description": "Optional path to a host bridge state file used for credential management",
          "format": "string",
          "name": "MCP_HOST_BRIDGE_STATE"
        },
        {
          "description": "Backwards-compatible alias for MCP_HOST_BRIDGE_STATE",
          "format": "string",
          "name": "MINDSTONE_REBEL_BRIDGE_STATE"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...