Raycast
Nowledge Mem extension for Raycast. Search memories, save a quick memory, and read Working Memory without leaving your keyboard.
Source: community/nowledge-mem-raycast
Raycast extension vs Raycast AI Chat
This page is the Nowledge Mem Raycast extension — keyboard-first commands against Mem over the API. Raycast AI Chat history does not ship as a vendor export; bring it into Threads with the community tool and Mem bulk import. See Import existing conversations, Raycast AI Exporter on this site, and Bulk import formats.
Install
Raycast Store: search "Nowledge Mem" or open the store link to add the extension directly.
From source (for development or customization):
git clone https://github.com/nowledge-co/community.git
cd community/nowledge-mem-raycast
npm install && npm run devYou can connect in two ways:
- Local default: keep the default
http://127.0.0.1:14242 - Remote Mem: set Server URL and API Key in Raycast preferences, or if you want one shared config for Raycast + CLI + other plugins, run:
nmem config client set url https://mem.example.com
nmem config client set api-key nmem_your_keyRaycast also supports one optional fixed lane through a Space preference. Use it when this Raycast profile always belongs to one named lane such as Research Agent. Leave it empty to stay on Default.
Most commands work with either local or remote Mem. Edit Working Memory is the one local-only convenience command because it edits the Default Working Memory file on your own machine.

Commands
| Command | What it does |
|---|---|
| Search Memories | Semantic search with relevance scores. When the search box is empty, it shows recent memories |
| Add Memory | Save a memory with title, content, and importance |
| Read Working Memory | Read your daily briefing through the Mem API |
| Edit Working Memory | Edit the Default Working Memory file from Raycast on your local machine |
Spaces
Raycast is a launcher. The best space model here is one optional fixed lane:
- Leave Space empty if you want Raycast to stay on Default
- Set Space when this Raycast profile always belongs to one stable lane
- Do not expect Raycast to derive per-agent routing on its own
When you do set a space, Search Memories, Add Memory, and Read Working Memory all follow it automatically. Edit Working Memory stays intentionally local and Default-only.
Best Flow
- Use Search Memories when you want the fastest answer
- Use Add Memory when you want to save something quickly from the keyboard
- Use Read Working Memory when you want today’s focus without opening the full app
Graph exploration is not part of the Raycast extension. For graph work, use the Mem app or an MCP-native integration such as Claude Code or Codex.


Related
- Integrations overview: native integrations, reusable packages, MCP, and browser capture
- Claude Code · Claude Desktop · Codex CLI · Alma · OpenClaw · Other Chat AI