Sandbox
@nowledge-co/nowledge-mem

MCP memory manager for Claude Code and other agents

Nowledge Mem is a local-first context manager that keeps conversations and insights available across AI tools. It works as an MCP server and also supports browser imports, thread imports, search, and graph-based browsing of saved memories.

274 starsβ€’13 forksβ€’Updated 24d ago
Who it's for

Builders who want their agent to remember past conversations, search them later, and save new context while they work.

What it delivers

You can find and reuse past AI conversations instead of reopening multiple apps and re-explaining yourself.

What it does

MCP integration

Connects to Claude Code, Claude Desktop, Cursor, Copilot, Gemini CLI, and other MCP clients through a streamable HTTP endpoint.

Memory capture

Imports conversations from AI tools, browser extensions, and uploaded thread files, then saves them as searchable memories.

Knowledge graph

Auto-extracts entities and relationships so memories can be linked and explored as a graph.

Semantic search

Lets you search saved context with keywords, semantic search, and graph navigation.

Global launcher

Provides a keyboard launcher for pasting memories anywhere without leaving the workflow.

Agent access

Lets agents search and save memories during tasks instead of relying on manual copy and paste.

How to get it

  1. 1Claude Code Plugin | Install via marketplace
    claude plugin marketplace add nowledge-co/community
    claude plugin install nowledge-mem@nowledge-community

README

Nowledge Mem

Nowledge Mem Logo

The Context Manager just works, build your Knowledge Flywheel

Privacy-first. Graph-native. AI-integrated.

Get Mem Discord Docs MCP Badge


Nowledge Mem is the local-first, graph-augmented personal context manager that preserves conversations and insights from your AI interactions. Stop opening 5 AI apps to find that one conversation. Type β†’ found.

Mem can persist entire conversation threads across all your AI tools while also distilling key insights into searchable memories. Everything connected through an intelligent knowledge graph.

Ways to Use Mem

Capture Knowledge
  • πŸ€– MCP Integration | Works with Claude Code, Claude Desktop, Cursor, Github Copilot, Gemini CLI, Qwen Code & more, ref config
  • 🌐 Browser Extension | One-click imports from ChatGPT, Claude, Gemini, Perplexity (Chrome, Firefox, Edge, Arc)
  • πŸ“‚ Thread Import | Upload conversation files from Cursor, ChatWise, Markdown exports or Claude Code/Codex command

[!NOTE] General MCP Configuration:

{
  "mcpServers": {
    "nowledge-mem": {
      "url": "http://localhost:14242/mcp",
      "type": "streamableHttp",
      "headers": {
        "APP": "<MCP Client App Name here>"
      }
    }
  }
}
Access Your Knowledge
  • ⌨️ Global Launcher (βŒ˜β‡§K) | Paste memories anywhere without leaving your workflow
  • πŸ” In-App Search | Deep exploration with semantic search, keywords, and graph navigation
  • 🀝 Agent Access | Let AI agents autonomously search and save memories during tasks
Advanced Features
  • πŸ•ΈοΈ Knowledge Graph | Auto-extract entities and relationships for semantic connections
  • 🎯 Topic Clustering | Discover natural groupings and expertise areas via graph algorithms
  • πŸ“Š Visual Exploration | Interactive graph view to explore connections and patterns

πŸš€ Quick Links

  • πŸ“š Documentation | Learn how to use Nowledge Mem

  • πŸ“– Blog Post | Deep dive into our vision

  • πŸ”Œ Claude Code Plugin | Install via marketplace:

    claude plugin marketplace add nowledge-co/community
    claude plugin install nowledge-mem@nowledge-community
    
  • πŸ› Report Bug | Found an issue? Let us know

  • πŸ’‘ Request Feature | Share your ideas

  • πŸ’Œ Send Feedback | We'd love to hear from you


Built with ❀️ by Nowledge Labs

Files in the repo

Repository payloadβ€’2 top-level entries
  • refs
  • README.md

Discussion (0)

Ask about usage, or say what you built with it

Sign in to join the discussion.

No comments yet. Be the first to say what this is good for.

More connectors

Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface

86k

High-performance code intelligence MCP server. Indexes codebases into a persistent knowledge graph β€” average repo in milliseconds. 158 languages, sub-ms queries, 99% fewer tokens. Single static binary, zero dependencies.

43k

Universal provider proxy for OpenAI Codex & Claude Code β€” use any LLM (Claude, Gemini, Grok, DeepSeek, Ollama…) with Codex CLI, App, SDK, and Claude Code

14k
okf-memory/
okf-agent-memory

Git-native persistent memory for AI coding agents. Implements Google OKF v0.2 with sub-300Β΅s in-memory BM25 search, embedded MCP server, and progressive disclosure. Slashes token bloat by 80% with zero external databases or dependencies. Built in pure Go.

547
tirth8205/
code-review-graph

Local-first code intelligence graph for MCP and CLI. Builds a persistent map of your codebase so AI coding tools read only what matters, with benchmarked context reductions on reviews and large-repo workflows.

31k
2akouwu/
reverify

Stop your AI from making things up β€” it proposes, deterministic tools decide, every claim checked against ground truth with evidence. Grounded facts and context survive resets. Reverse engineering is the proving ground. MCP server + CLI.

1.1k