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"
}
| Command | Description |
|---|---|
| Search Memories | Search your knowledge base with natural language. Shows results ranked by relevance. When empty, shows recent memories. |
| Add Memory | Save a quick memory with title, content, and importance level. |
| Read Working Memory | Read today's Working Memory briefing from the Mem API. |
| Edit Working Memory | Open ~/ai-now/memory.md 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 briefing at ~/ai-now/memory.md summarizing what you're focused on, what needs attention, and what changed. Connected tools can read it through the API or MCP so your assistant knows your context before you type a word.
| 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. |
If preferences are empty, the extension also checks ~/.nowledge-mem/config.json for apiUrl and apiKey.