Memol
app.memol/memol
Documentation
Installation
Use Memol with a Streamable HTTP MCP client.
Claude Desktop / Cursor:
{
"mcpServers": {
"memol": {
"url": "https://memol.app/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}
Claude Desktop via mcp-remote:
{
"mcpServers": {
"memol": {
"command": "npx",
"args": [
"mcp-remote",
"https://memol.app/api/mcp",
"--header",
"Authorization: Bearer YOUR_API_KEY"
]
}
}
}
Claude Code CLI:
claude mcp add --transport http memol \
https://memol.app/api/mcp \
--header "Authorization: Bearer YOUR_API_KEY"
Configuration
Remote target: streamable-http:https://memol.app/api/mcp
For claude.ai custom connectors, Memol provides a workspace-specific URL of the form https://memol.app/api/mcp/<workspaceId> and uses OAuth approval instead of a static API key.
Capabilities
Memol exposes tools for search_notes, list_notes, get_note, list_folders, create_note, update_note, list_tasks, create_task, and update_task.
Limitations
A Memol API key is required for desktop and CLI connections. The key is tied to a specific workspace and should start with memol_. The claude.ai web connector uses OAuth and a workspace-specific URL instead of a static API key.
