1
MCP-Servers-Overview
pplate edited this page 2026-04-04 14:34:27 +02:00

🔌 MCP Servers Overview

MCP Overview Banner

This repo contains three production-grade MCP (Model Context Protocol) servers, each specialized for a different capability domain. Together they give Roo Code / Claude Desktop a complete set of superpowers.

The Three Pillars

Roo Code / Claude Desktop
       │
       ├── bigmind ──────────► ~/.mcp/bigmind/memory.db  (persistent memory)
       ├── mcp-image-gen ────► ComfyUI @ localhost:8188   (image generation)
       └── webscraper ───────► Internet / Intranet         (web scraping)

Comparison Table

Feature mcp-image-gen webscraper bigmind
Purpose Generate images from text Scrape & parse web Persistent AI memory
Tools 4 7 15+
Backend ComfyUI / FLUX.1-schnell httpx + BeautifulSoup4 SQLite + FTS5
GPU required AMD RX 7900 XTX
Tests 19/19 297/297