Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-nowledge-co-server-json": {
"args": [
"-y",
"@anthropic-ai/mcpb"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
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.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@anthropic-ai/mcpb' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @anthropic-ai/mcpb against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in productivity / ai-ml
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
mini cli search engine for your docs, knowledge bases, meeting notes, whatever. Tracking current sota approaches while being all local
MCP Security Weekly
Get CVE alerts and security updates for io.github.nowledge-co/server.json and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
https://github.com/user-attachments/assets/a99a1daa-e73c-429e-a17b-0183b2f9671a
For more details, please refer to the Nowledge Mem Documentation.
See also the end user installation details at Nowledge Mem Documentation: Claude Desktop.
.mcpb file to install it.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:
~/.nowledge-mem/config.json%USERPROFILE%\\.nowledge-mem\\config.jsonIf 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.
+ button in the chat box and open Connectors to confirm Nowledge Mem appears.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 pack
For maintainers:
npm run build bundles the bridge into dist/index.jsnpm test rebuilds and runs the end-to-end MCP forwarding checksnpm run smoke validates the built dist/index.js against a mock MCP servernpm run pack builds, packages, and audits the final .mcpbnpm run verify:package unpacks the finished bundle and checks the release invariantsnpm ci also installs the pinned mcpb packer locally, so npx @anthropic-ai/mcpb pack resolves to the tested version inside this reponode_modules/, source files, and stale Python artifactsmcp-name: io.github.nowledge-co/server.json