MCP-Unified-Server-v2

ClausMCP/MCP-Unified-Server-v2
★ 0 stars Python 💻 Code/Dev Tools Updated 1d ago
What's new in v0.2.0 Key improvements: - Full-fledged Orchestrator with support for `!command` - memPalace - semantic memory - Office Editor - editing Excel, Word, PPT - RAG Engine v1.2 with incremental indexing - Rate Limiter + Circuit Breaker in all modules - Improved log and monitoring system Total tools: 90 +
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-unified-server-v": {
      "command": "uvx",
      "args": [
        "mcp-unified-server-v2"
      ]
    }
  }
}

Or install with pip: pip install mcp-unified-server-v2