MCP Server
MCP
Memo AI – meeting assistant
Search transcripts and summaries of your meetings, calls, and recordings in Memo AI
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