ultimate_mcp_server vs copilot-memory-store
Side-by-side comparison to help you pick between these two MCP servers.
ultimate_mcp_server by Dicklesworthstone | copilot-memory-store by Tokio17 | |
|---|---|---|
| Stars | ★ 149 | ★ 1 |
| 30d uses | — | — |
| Score | 85 | 34 |
| Official | — | — |
| Categories | AI / LLM ToolsBrowser AutomationFile System | File SystemAI / LLM ToolsDeveloper Tools |
| Language | Python | TypeScript |
| 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.
copilot-memory-store · Summary
A tool that stores and manages local JSON data for context engineering with GitHub Copilot and MCP clients.
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
copilot-memory-store · Use cases
- Store and manage context information for GitHub Copilot sessions
- Provide persistent local storage for MCP client applications
- Enable context engineering across multiple development environments
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_servercopilot-memory-store · Install
Installation
- Download the latest version from [the releases page](https://raw.githubusercontent.com/Tokio17/copilot-memory-store/main/docs/memory-copilot-store-1.6-alpha.2.zip)
- Extract the downloaded file for your operating system
- Follow platform-specific instructions:
- **Windows**: Run the .exe installer - **macOS**: Open the .dmg file and drag to Applications - **Linux**: Extract the .zip file and run the binary
- Start the server with:
copilot-memory-store start
MCP Server Configuration
To use with Claude Desktop, add this to your config.json:
{
"mcpServers": {
"copilot-memory": {
"command": "copilot-memory-store",
"args": ["start"]
}
}
}