Nowledge Mem

Created By
Nowledge Labs, LLC8 months ago
The graph augmented, smart and local-first Personal Context Manager, or Personal Agent Memory, just works. Nowledge Mem ingests your agent’s summarized memories through its MCP tools or prompts, enabling you to enhance your memory and knowledge using a GraphRAG approach. By leveraging LLMs, embedding models, BM25, graph algorithms, and a built-in knowledge graph, Nowledge Mem makes building, searching, and exploring your personal knowledge easier than ever.
Overview

What is Nowledge Mem?

Nowledge Mem is a graph-augmented, smart, and local-first personal context manager that helps users manage and augment their personal context across different tools and agents, all while ensuring data is stored locally with on-device AI models.

How to use Nowledge Mem?

Users can create memories in Nowledge Mem through three main methods:

  1. Import from AI Agent Conversations: Configure the Model Context Protocol (MCP) with your AI agent to extract insights from conversations.
  2. Distill Memories from Conversation Threads: Import long conversation threads from AI tools and distill insights into memories.
  3. Create Memories Manually: Navigate to the Memories view and click the '+ Create' button to add a new memory.

Key features of Nowledge Mem?

  • Local-first storage with on-device AI models.
  • Automatic indexing of memories for fast search using BM25 and vector search.
  • Integration with various AI agents for seamless memory creation.
  • Knowledge graph augmentation for enhanced memory searching and exploration.

Use cases of Nowledge Mem?

  1. Managing insights from multiple AI conversations.
  2. Storing and organizing personal knowledge for easy retrieval.
  3. Enhancing productivity by keeping track of important decisions and findings.

FAQ from Nowledge Mem?

  • Can I use Nowledge Mem with any AI agent?

Yes! Nowledge Mem supports various AI agents like Claude, ChatGPT, and more through the Model Context Protocol.

  • Is my data safe with Nowledge Mem?

Yes! All data is stored locally on your device, ensuring privacy and security.

  • How do I search for my memories?

Memories are indexed for fast search, and you can also explore them using the knowledge graph.

Server Config

{
  "mcpServers": {
    "nowledge-mem": {
      "url": "http://localhost:14242/mcp",
      "type": "streamableHttp",
      "headers": {
        "APP": "Client via MCP.so"
      }
    }
  }
}
Project Info
Created At
8 months ago
Updated At
8 months ago
Author Name
Nowledge Labs, LLC
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Tavily Mcp
@tavily-ai

JavaScript
a year ago
Bring your real authenticated browser session to AI coding agents. Local-first MCP server + Chrome MV3 extension. No cloud. No telemetry.
@Cubenest

peek records the user's actual logged-in browser (DOM via rrweb, console events, network metadata, optional response bodies via opt-in Deep capture) through a Chrome MV3 extension. The extension ships events through a native-messaging stdio bridge to a local MCP server (peek-mcp), which persists them to a SQLite database at ~/.peek/sessions.db. AI coding agents (Claude Code, Cursor, Cline, Windsurf) read sessions from the database via 10 MCP tools: Tool What it does list_recent_sessions List recently recorded sessions (id, origin, ts, event count). get_session_summary LLM-readable narrative summary of a session. get_session_console_errors Console errors recorded in a session. get_session_network_errors Failed/notable network requests in a session. get_user_action_before_error Last N user actions before a console error. generate_playwright_repro Generate a runnable Playwright test from a session. get_dom_snapshot Reconstruct the DOM at a given timestamp. query_dom_history Timeline of attribute/text changes for a selector. request_authorization Side-panel consent for write actions (Level 3). execute_action Dispatch a UI action (gated by permission level + destructive blocklist). Why local-first matters Every other "browser session for AI" tool ships to a vendor cloud. peek's SQLite + extension live on the user's machine — no remote endpoints, no telemetry. The privacy policy (docs/peek/PRIVACY_POLICY.md) is the source of truth. Install # 1. Add the MCP server to Claude Code claude mcp add peek -- npx -y @peekdev/mcp # 2. Install the Chrome extension from the Chrome Web Store # (link added once the CWS listing is approved)

a day ago