Memo AI – meeting assistant
About
Search transcripts and summaries of your meetings, calls, and recordings in Memo AI
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
MEMO_API_KEY MEMO_API_URLClaude Code
claude mcp add --env MEMO_API_KEY= --env MEMO_API_URL= memo-ai -- npx memoai-mcp-server
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"memo-ai","command":"npx","args":["memoai-mcp-server"],"env":{"MEMO_API_KEY":"","MEMO_API_URL":""}}'
JSON
{
"mcpServers": {
"memo-ai": {
"command": "npx",
"args": [
"memoai-mcp-server"
],
"env": {
"MEMO_API_KEY": "",
"MEMO_API_URL": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.