MCP Catalogs
Home

ultimate_mcp_server vs home-memory

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

ultimate_mcp_server
by Dicklesworthstone
home-memory
by impactjo
Stars★ 149★ 75
30d uses
Score8548
Official
Categories
AI / LLM ToolsBrowser AutomationFile System
ProductivityAI / LLM ToolsKnowledge Graph
LanguagePythonC#
Last commit2 mo agothis month

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.

home-memory · Summary

Home Memory is an MCP server that provides structured, persistent knowledge about your home through natural language interactions.

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

home-memory · Use cases

  • Document home appliances and devices through natural language descriptions
  • Track home maintenance and inspection schedules for vehicles and equipment
  • Plan renovations by documenting existing elements and planned changes

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

home-memory · Install

Installation

Windows (Recommended)

  1. Download the latest release ZIP from [GitHub Releases](../../releases)
  2. Extract to a folder, e.g. C:\HomeMemory\
  3. Connect to your AI client:

**Claude Desktop:**

{
  "mcpServers": {
    "home-memory": {
      "command": "C:\\HomeMemory\\HomeMemoryMCP.exe"
    }
  }
}

**Codex App:**

  • Click File > Settings > MCP servers
  • Click + Add server
  • Name: home-memory
  • Command: C:\HomeMemory\HomeMemoryMCP.exe

Build from Source

Requires .NET 10 SDK and Firebird 3.0:

git clone https://github.com/impactjo/home-memory.git
cd home-memory
dotnet publish HomeMemoryMCP -c Release
Comparison generated from public README + GitHub signals. Last updated automatically.