memory-bank-mcp vs ultimate_mcp_server
Side-by-side comparison to help you pick between these two MCP servers.
memory-bank-mcp by alioshr | ultimate_mcp_server by Dicklesworthstone | |
|---|---|---|
| Stars | ★ 904 | ★ 149 |
| 30d uses | — | — |
| Score | 49 | 85 |
| Official | — | — |
| Categories | AI / LLM ToolsProductivityDeveloper Tools | AI / LLM ToolsBrowser AutomationFile System |
| Language | TypeScript | Python |
| Last commit | 9 mo ago | 2 mo ago |
memory-bank-mcp · Summary
A TypeScript MCP server for centralized remote memory bank management across multiple projects.
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.
memory-bank-mcp · Use cases
- Managing persistent memory for AI assistants across multiple projects
- Centralizing knowledge bases for development teams working on different repositories
- Creating a shared memory resource that AI models can access regardless of the client application
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
memory-bank-mcp · Install
Installation
Automatic Installation with Smithery
npx -y @smithery/cli install @alioshr/memory-bank-mcp --client claudeManual Configuration
For Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
"allPepper-memory-bank": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@allpepper/memory-bank-mcp@latest"],
"env": {
"MEMORY_BANK_ROOT": "YOUR_PATH"
}
}For Cursor
Settings → Features → Add MCP Server:
env MEMORY_BANK_ROOT=<path-to-bank> npx -y @allpepper/memory-bank-mcp@latestultimate_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