Integrations
Raycast
Nowledge Mem extension for Raycast. Search, save, read Working Memory, and explore graph connections without leaving your keyboard.
Source: community/nowledge-mem-raycast
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 put them in
~/.nowledge-mem/config.json
{
"apiUrl": "https://mem.example.com",
"apiKey": "nmem_your_key"
}Most commands work with either local or remote Mem. Edit Working Memory is the one local-only convenience command because it edits ~/ai-now/memory.md 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 ~/ai-now/memory.md from Raycast on your local machine |
| Explore Graph | Search the graph directly or inspect the neighborhood around a specific memory |
Best Flow
- Use Search Memories when you want the fastest answer
- Press
cmd-gon a memory to open Explore Connections - Use Explore Graph directly when you want to browse entities, threads, and related memories from the graph side first
Graph APIs Behind It
The Raycast graph views are built on the same HTTP graph APIs used elsewhere in Mem:
GET /graph/searchfor free-form graph searchGET /graph/samplefor a lightweight graph overviewGET /graph/explorefor memory-seeded graph neighborhoods that are ready to renderGET /graph/expand/{node_id}as the lower-level single-node expansion endpoint
This keeps Raycast aligned with the same structured graph model used by the app and MCP surfaces, while still fitting Raycast's native UI well.


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