MCP Catalogs
Home

everything vs nowledge-mem

Side-by-side comparison to help you pick between these two MCP servers.

everything
by modelcontextprotocol
nowledge-mem
by nowledge-co
Stars★ 85,748★ 181
30d uses
Score7745
Official
Categories
Developer ToolsAI / LLM ToolsOther
Knowledge GraphProductivityAI / LLM Tools
LanguageTypeScript
Last committhis month6 mo ago

everything · Summary

Official MCP test server exercising all protocol features for client builders.

nowledge-mem · Summary

A local-first, graph-based memory manager that integrates with AI tools via MCP protocol.

everything · Use cases

  • Testing MCP client implementations against all protocol features
  • Learning MCP protocol capabilities through a reference server
  • Validating client compatibility with different transport methods

nowledge-mem · Use cases

  • Centralizing AI conversations across multiple platforms in one searchable location
  • Automatically extracting and organizing insights from AI interactions into a knowledge graph
  • Using MCP integration to capture conversation threads without manual intervention

everything · Install

NPX (recommended)

{
  "mcpServers": {
    "everything": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-everything"]
    }
  }
}

On Windows, use cmd /c:

{
  "mcpServers": {
    "everything": {
      "command": "cmd",
      "args": ["/c", "npx", "-y", "@modelcontextprotocol/server-everything"]
    }
  }
}

Docker

{
  "mcpServers": {
    "everything": {
      "command": "docker",
      "args": ["run", "-i", "--rm", "mcp/everything"]
    }
  }
}

Global install

npm install -g @modelcontextprotocol/server-everything@latest
npx @modelcontextprotocol/server-everything

nowledge-mem · Install

Installation

  1. Download and install Nowledge Mem from [https://mem.nowledge.co/](https://mem.nowledge.co/)
  1. Configure MCP in your client (e.g., Claude Desktop):
{
  "mcpServers": {
    "nowledge-mem": {
      "url": "http://localhost:14242/mcp",
      "type": "streamableHttp",
      "headers": {
        "APP": "<MCP Client App Name here>"
      }
    }
  }
}
  1. Alternatively, use the Claude Code Plugin:
claude plugin marketplace add nowledge-co/community
claude plugin install nowledge-mem@nowledge-community
Comparison generated from public README + GitHub signals. Last updated automatically.