claude-emporium
by Vvkmnn·★ 104·Score 47
A collection of 6 MCP plugins that wrap standalone servers with automation hooks, commands, and skills.
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:
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 READMEsave_contextSave context snapshot before compaction
restore_contextLoad previous session state
search_compactnsFind past compaction saves
list_compactionsBrowse recent snapshots
search_convosSearch full-text across all sessions
get_error_solnsFind how errors were resolved
find_similarFind related past questions
find_file_contextTrack file changes across sessions
find_tool_pattnsAnalyze agent tool usage patterns
search_plansFind past plans and strategies
list_recentShow recent sessions
searchQuery multiple sources in parallel
Comparable tools
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-mcpEach 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
Last updated · Auto-generated from public README + GitHub signals.