← Back to Plugins
MCP Server MCP

Memo AI – meeting assistant

MCP Registry publisher By MCP Registry publisher 👁 2 views ▲ 0 votes

Search transcripts and summaries of your meetings, calls, and recordings in Memo AI

Homepage Verified source

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "memoai-mcp-server",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Memo AI API key (mk_live_...)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "MEMO_API_KEY"
        },
        {
          "description": "Memo AI API base URL (defaults to https://app.memoai.tech)",
          "format": "string",
          "name": "MEMO_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...