MCP Catalogs
Home

its-over-9k vs ultimate_mcp_server

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

its-over-9k
by Bumblebiber
ultimate_mcp_server
by Dicklesworthstone
Stars★ 17★ 149
30d uses
Score4385
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
AI / LLM ToolsBrowser AutomationFile System
LanguageTypeScriptPython
Last committhis month2 mo ago

its-over-9k · Summary

Persistent memory and agent lifecycle framework for Claude Code with MCP tools.

ultimate_mcp_server · Summary

Comprehensive MCP server providing dozens of capabilities for AI agents including LLM delegation, browser automation, document processing, and cognitive memory systems.

its-over-9k · Use cases

  • Multi-device AI development workflow where context persists across machines
  • Long-term projects requiring AI to remember previous decisions and mistakes
  • Team collaboration with shared company memory alongside personal memory
  • Automating documentation through AI that understands project context

ultimate_mcp_server · Use cases

  • Complex document processing and analysis with OCR and structured data extraction
  • Web automation and research across multiple sites with browser control
  • Cost-optimized AI workflows through intelligent task delegation between models

its-over-9k · Install

Installation

  1. Install globally:
npm install -g its-over-9k
  1. Run the interactive installer:
npx hmem init
  1. For Claude Desktop, add to ~/.claude/.mcp.json:
{
  "mcpServers": {
    "hmem": {
      "command": "/absolute/path/to/node",
      "args": ["/absolute/path/to/its-over-9k/dist/mcp-server.js"],
      "env": {
        "HMEM_PROJECT_DIR": "/home/yourname/.hmem",
        "HMEM_AGENT_ID": "DEVELOPER"
      }
    }
  }
}

ultimate_mcp_server · Install

Installation

  1. Clone the repository:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server
  1. Install dependencies:
pip install -e .
  1. For Claude Desktop integration, add to your claude_desktop_config.json:
{
  "mcpServers": {
    "ultimate-mcp": {
      "command": "python",
      "args": ["-m", "ultimate_mcp_server"],
      "env": {
        "PYTHONPATH": "."
      }
    }
  }
}
  1. Run the server:
python -m ultimate_mcp_server
Comparison generated from public README + GitHub signals. Last updated automatically.