Nowledge Mem
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Nowledge Memadd memory that I prefer dark mode for coding"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Nowledge Mem Claude Desktop Extension
One-click Claude Desktop integration for Nowledge Mem on macOS and Windows, with no separate Python or Node installation required. After installation, Claude can search your memories, save important context, update existing knowledge, and open Mem's inline graph views during any conversation.
Demo Screenshots
https://github.com/user-attachments/assets/a99a1daa-e73c-429e-a17b-0183b2f9671a
For more details, please refer to the Nowledge Mem Documentation.
Related MCP server: Loc Knowledge Graph Memory Server
End User Installation
See also the end user installation details at Nowledge Mem Documentation: Claude Desktop.
Make sure Nowledge Mem is already running on the same machine, and update Claude Desktop to the latest version.
Download the Nowledge Mem Claude Desktop extension and double-click the
.mcpbfile to install it.Restart Claude Desktop once after installation.
Access Mem Anywhere (Remote Access)
By default the extension connects to your local Mem at 127.0.0.1:14242.
For remote access, the extension reads the same shared config file as the nmem CLI:
macOS / Linux:
~/.nowledge-mem/config.jsonWindows:
%USERPROFILE%\\.nowledge-mem\\config.json
If you start Access Anywhere from Nowledge Mem Desktop on the same machine, this file is usually written for you automatically.
If you need to point Claude Desktop at a remote Mem manually, create the file with:
{
"apiUrl": "https://mem.example.com",
"apiKey": "nmem_your_key"
}Use your server root URL in apiUrl. If you already have an older config ending in /remote-api or /mcp, the extension accepts that too.
Restart Claude Desktop after changing the file.
Troubleshooting
In Claude Desktop, click the
+button in the chat box and open Connectors to confirm Nowledge Mem appears.If it does not, open Settings → Extensions → Advanced Settings and inspect the extension status and logs there.
If you're using Access Anywhere, verify the shared config file above points to the correct URL and key.
Build From Source
The extension uses the Node runtime that ships with Claude Desktop, so end users do not need to install Python or Node.
npm ci
npm test
npm run smoke
npm run packFor maintainers:
npm run buildbundles the bridge intodist/index.jsnpm testrebuilds and runs the end-to-end MCP forwarding checksnpm run smokevalidates the builtdist/index.jsagainst a mock MCP servernpm run packbuilds, packages, and audits the final.mcpbnpm run verify:packageunpacks the finished bundle and checks the release invariantsnpm cialso installs the pinnedmcpbpacker locally, sonpx @anthropic-ai/mcpb packresolves to the tested version inside this repothe release archive excludes
node_modules/, source files, and stale Python artifacts
mcp-name: io.github.nowledge-co/server.json
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceProvides long-term memory capabilities for Claude through persistent storage and full-text search of context across conversations. Enables storing, searching, and managing memories organized by categories like facts, preferences, projects, and goals.Last updated101MIT
- Alicense-qualityDmaintenanceEnables Claude to remember information about users across conversations by storing and retrieving data as entities, relations, and observations in a persistent local knowledge graph.Last updated105,385Inno Setup
- Alicense-qualityDmaintenanceEnables Claude to remember information about users across chats using a persistent local knowledge graph that stores entities, relationships, and observations.Last updated105,385Inno Setup
- FlicenseAqualityDmaintenanceEnables Claude to maintain persistent memory across conversations using a local knowledge graph with fuzzy search capabilities, allowing it to remember and recall information about users, relationships, and context.Last updated9
Related MCP Connectors
Cross-AI personal memory. Save once in ChatGPT, recall in Claude, Mistral, Grok, or any MCP client.
Your memory, everywhere AI goes. Build knowledge once, access it via MCP anywhere.
Persistent memory and knowledge management for AI agents with semantic search and 50+ tools.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nowledge-co/claude-dxt'
If you have feedback or need assistance with the MCP directory API, please join our Discord server