MCP Catalogs
Home

everything vs open-brain-template

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

everything
by modelcontextprotocol
open-brain-template
by wefilmshit
Stars★ 85,748★ 23
30d uses
Score7743
Official
Categories
Developer ToolsAI / LLM ToolsOther
AI / LLM ToolsDeveloper ToolsProductivity
LanguageTypeScriptHTML
Last committhis monththis month

everything · Summary

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

open-brain-template · Summary

Persistent memory system for AI agents with visual dashboard and MCP integration.

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

open-brain-template · Use cases

  • AI power users need to maintain consistent context across multiple sessions and tools
  • Development teams want to share project-specific rules and preferences across team members
  • AI agents require persistent memory with intelligent retrieval and deduplication

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

open-brain-template · Install

Installation Steps

  1. Create a [Supabase](https://supabase.com) project
  2. Clone this repository
  3. Replace YOUR_SUPABASE_URL and YOUR_SUPABASE_ANON_KEY in index.html
  4. Add your email to ALLOWED_EMAILS
  5. Deploy to [Vercel](https://vercel.com)

Optional Components

  • **SessionStart Hook**: Add to ~/.claude/settings.json:

``json { "hooks": { "SessionStart": [ { "hooks": [ { "type": "command", "command": "$HOME/.claude/hooks/session-start-memory.sh", "timeout": 15 } ] } ] } } ``

  • **Memory Steward**: Follow instructions in [docs/memory-steward.md](docs/memory-steward.md)
Comparison generated from public README + GitHub signals. Last updated automatically.