Memo AI – meeting assistant for Cursor
tech.memoai/memo-ai
Search transcripts and summaries of your meetings, calls, and recordings in Memo AI
client:Cursor
transport:stdio
runtime:npm
Install Memo AI – meeting assistant in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"memo-ai": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"memoai-mcp-server"
],
"env": {
"MEMO_API_KEY": "<MEMO_API_KEY>",
"MEMO_API_URL": "<MEMO_API_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs