Search and browse your personal knowledge base from Raycast. Find memories, save insights, and read your daily Working Memory briefing without leaving your workflow.
http://127.0.0.1:14242~/.nowledge-mem/config.jsonThe extension now supports the same remote auth shape used across other Nowledge integrations.
{
"apiUrl": "https://mem.example.com",
"apiKey": "nmem_your_key",
"space": "Research Agent"
}
| Command | Description |
|---|---|
| Search Memories | Search your knowledge base with natural language. Shows results ranked by relevance. When empty, shows recent memories from the configured space. |
| Add Memory | Save a quick memory with title, content, and importance level into the configured space. |
| Read Working Memory | Read today's Working Memory briefing from the Mem API, following the configured space if one is set. |
| Edit Working Memory | Open the Default Working Memory file in your default editor for quick local edits. |
Every memory in search results supports:
The Working Memory view supports:
Each morning, Nowledge Mem generates a Working Memory briefing summarizing what you're focused on, what needs attention, and what changed. The Default space keeps ~/ai-now/memory.md; connected tools read the right briefing through the API or MCP when they know the active lane.
| Preference | Default | Description |
|---|---|---|
| Server URL | http://127.0.0.1:14242 | Nowledge Mem server address. Leave as local default, or point it at your remote Mem URL. |
| API Key | empty | Optional remote Mem API key. Sent as Authorization: Bearer ... and X-NMEM-API-Key. |
| Space | empty | Optional fixed space name for this Raycast profile. Leave empty to use ~/.nowledge-mem/config.json if it defines a space, or Default if it does not. |
If preferences are empty, the extension also checks ~/.nowledge-mem/config.json for apiUrl, apiKey, and space.
Raycast is a launcher, not a multi-agent harness. The right model here is one optional fixed lane:
~/.nowledge-mem/config.json when it defines a lane, or Default when it does notResearch Agent or PersonalEdit Working Memory remains a local convenience command for the Default file at ~/ai-now/memory.md. If you configure another space, read it through the API-backed command and edit it in the Mem app.
~/.nowledge-mem/config.json.