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 | — | — |
| Score | 43 | 85 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | AI / LLM ToolsBrowser AutomationFile System |
| Language | TypeScript | Python |
| Last commit | this month | 2 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
- Install globally:
npm install -g its-over-9k- Run the interactive installer:
npx hmem init- 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
- 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_server