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 | — | — |
| Score | 85 | 48 |
| Official | — | — |
| Categories | AI / LLM ToolsBrowser AutomationFile System | ProductivityAI / LLM ToolsKnowledge Graph |
| Language | Python | C# |
| Last commit | 2 mo ago | this 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
- Clone the repository:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server- Install dependencies:
pip install -e .- For Claude Desktop integration, add to your claude_desktop_config.json:
{
"mcpServers": {
"ultimate-mcp": {
"command": "python",
"args": ["-m", "ultimate_mcp_server"],
"env": {
"PYTHONPATH": "."
}
}
}
}- Run the server:
python -m ultimate_mcp_serverhome-memory · Install
Installation
Windows (Recommended)
- Download the latest release ZIP from [GitHub Releases](../../releases)
- Extract to a folder, e.g.
C:\HomeMemory\ - 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