Home › Development › ReftrixMCP

ReftrixMCP

Web design analysis with 26 MCP tools: layout, motion, quality, semantic search via pgvector

TypeScript Local macOSLinux
★ 2 stars Last pushed 2026-09-06 License: AGPL-3.0

Topics: Developer Tools

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.8)

npx -y @reftrixmcp/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "reftrixmcp": {
      "command": "npx",
      "args": [
        "-y",
        "@reftrixmcp/[email protected]"
      ],
      "env": {
        "DATABASE_URL": "<YOUR_VALUE>",
        "REDIS_URL": "<YOUR_VALUE>",
        "OLLAMA_BASE_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • DATABASE_URL required secret — PostgreSQL connection string with pgvector extension
  • REDIS_URL — Redis/Valkey connection URL for BullMQ job queue
  • OLLAMA_BASE_URL — Ollama API base URL for Vision LLM integration (default: http://localhost:11434)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry