MCP Catalogs
Homeclaude-emporium screenshot

claude-emporium

by Vvkmnn·104·Score 47

A collection of 6 MCP plugins that wrap standalone servers with automation hooks, commands, and skills.

developer-toolsproductivityai-llm
5
Forks
6
Open issues
2 mo ago
Last commit
2d ago
Indexed

Overview

Claude Emporium is a suite of 6 MCP plugins (Praetorian, Historian, Oracle, Gladiator, Vigil, Orator) that enhance Claude Code capabilities through automation hooks and commands. Each plugin wraps a standalone MCP server with additional functionality, providing context management, session memory, tool discovery, adaptive learning, file recovery, and prompt optimization. The project is well-documented with clear architecture diagrams and appears to be actively maintained.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Enhancing Claude Code with automated context management and session memory
you:Implementing error recovery and pattern learning through the Gladiator plugin
you:Optimizing prompts with the Orator plugin's scoring system
you:Do these plugins work with Claude Desktop?
you:How are the hooks implemented?

When to choose this

Choose this suite if you're building complex Claude workflows that need persistent context, session memory, or automated error handling with a Roman-themed aesthetic.

When NOT to choose this

Avoid if you prefer minimal MCP setups without additional abstractions or if you're not comfortable with the theme-based approach to server organization.

Tools this server exposes

12 tools extracted from the README
  • save_context

    Save context snapshot before compaction

  • restore_context

    Load previous session state

  • search_compactns

    Find past compaction saves

  • list_compactions

    Browse recent snapshots

  • search_convos

    Search full-text across all sessions

  • get_error_solns

    Find how errors were resolved

  • find_similar

    Find related past questions

  • find_file_context

    Track file changes across sessions

  • find_tool_pattns

    Analyze agent tool usage patterns

  • search_plans

    Find past plans and strategies

  • list_recent

    Show recent sessions

  • search

    Query multiple sources in parallel

Comparable tools

npx-mcpclaude-desktop-mcp-servermcp-server-examplesauto-mcpmodel-context-protocol

Installation

Install the plugins via npm:

npm install claude-praetorian-mcp
npm install claude-historian-mcp
npm install claude-oracle-mcp
npm install claude-gladiator-mcp
npm install claude-vigil-mcp
npm install claude-orator-mcp

Each plugin self-configures on install. To enable these in Claude Desktop, add to your config.json:

{
  "mcpServers": {
    "praetorian": {
      "command": "npx",
      "args": ["claude-praetorian-mcp"]
    },
    "historian": {
      "command": "npx",
      "args": ["claude-historian-mcp"]
    },
    "oracle": {
      "command": "npx",
      "args": ["claude-oracle-mcp"]
    },
    "gladiator": {
      "command": "npx",
      "args": ["claude-gladiator-mcp"]
    },
    "vigil": {
      "command": "npx",
      "args": ["claude-vigil-mcp"]
    },
    "orator": {
      "command": "npx",
      "args": ["claude-orator-mcp"]
    }
  }
}

FAQ

Do these plugins work with Claude Desktop?
Yes, each plugin can be configured in Claude Desktop's config.json file as shown in the installation instructions.
How are the hooks implemented?
Hooks are automation points where plugins tell Claude when to act (e.g., pre-plan, post-error), while the underlying MCP servers handle how to execute the action.

Compare claude-emporium with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.