CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Server Json

nowledge-co/claude-dxt
STDIOregistry active
Summary

Bridges Claude Desktop to Nowledge Mem, a local knowledge base that runs on your machine or remote server. Exposes tools to search your stored memories, add new context during conversations, update existing knowledge, and trigger inline graph views. Ships as a one-click MCPB package that uses Claude Desktop's bundled Node runtime, so there's no separate Python or Node setup. Connects to localhost by default but reads a shared config file for remote instances when you enable Access Anywhere. Reach for this when you want Claude to remember facts, entities, and context across sessions by querying and writing to your personal Mem database in real time.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

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

Add Memory

Search Memories

https://github.com/user-attachments/assets/a99a1daa-e73c-429e-a17b-0183b2f9671a

For more details, please refer to the Nowledge Mem Documentation.

End User Installation

See also the end user installation details at Nowledge Mem Documentation: Claude Desktop.

  1. Make sure Nowledge Mem is already running on the same machine, and update Claude Desktop to the latest version.
  2. Download the Nowledge Mem Claude Desktop extension and double-click the .mcpb file to install it.
  3. Restart Claude Desktop once after installation.

Install Nowledge Mem Claude Desktop Extension

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.json
  • Windows: %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

  1. In Claude Desktop, click the + button in the chat box and open Connectors to confirm Nowledge Mem appears.
  2. If it does not, open Settings → Extensions → Advanced Settings and inspect the extension status and logs there.
  3. 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 pack

For maintainers:

  • npm run build bundles the bridge into dist/index.js
  • npm test rebuilds and runs the end-to-end MCP forwarding checks
  • npm run smoke validates the built dist/index.js against a mock MCP server
  • npm run pack builds, packages, and audits the final .mcpb
  • npm run verify:package unpacks the finished bundle and checks the release invariants
  • npm ci also installs the pinned mcpb packer locally, so npx @anthropic-ai/mcpb pack resolves to the tested version inside this repo
  • the release archive excludes node_modules/, source files, and stale Python artifacts
Show Metadata Content

mcp-name: io.github.nowledge-co/server.json

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Documents & KnowledgeData & Analytics
Registryactive
Packagenowledge-mem
TransportSTDIO
UpdatedOct 2, 2025
View on GitHub

Related Documents & Knowledge MCP Servers

View all →
Pdf Document Mcp

csoai-org/pdf-document-mcp

pdf-document-mcp MCP server by MEOK AI Labs
Mcp Document Converter

xt765/mcp-document-converter

Convert PDF, DOCX, HTML, Markdown, and Text for AI assistant context injection.
10
Markdown Formatter

io.github.xjtlumedia/markdown-formatter

AI Answer Copier — Convert Markdown to PDF, DOCX, HTML, LaTeX, CSV, JSON, XML, XLSX, RTF, PNG
3
Better Notion

io.github.ai-aviate/better-notion

Operate Notion with a single Markdown document — read, create, and update pages in one call.
2
Notion

suekou/mcp-notion-server

Notion MCP Server enables LLMs to access Notion workspaces with optional Markdown conversion to save tokens.
892
Docx

meterlong/mcp-doc

A powerful Word document processing service based on FastMCP, enabling AI assistants to create, edit, and manage docx files with full formatting support. Preserves original styles when editing content. 基于FastMCP的强大Word文档处理服务,使AI助手能够创建、编辑和管理docx文件,支持完整的格式设置功能。在编辑内容时能够保留原始样式和格式,实现精确的文档操作。
185