← Index

io.github.TKMD/reftrixmcp

io.github.TKMD/reftrixmcp·v0.1.8·Search
Quality Score
79
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "reftrixmcp": {
      "command": "npx",
      "args": [
        "-y",
        "@reftrixmcp/mcp-server"
      ],
      "env": {
        "DATABASE_URL": "<your-database_url>",
        "REDIS_URL": "<redis_url>",
        "OLLAMA_BASE_URL": "<ollama_base_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "reftrixmcp": {
      "command": "npx",
      "args": [
        "-y",
        "@reftrixmcp/mcp-server"
      ],
      "env": {
        "DATABASE_URL": "<your-database_url>",
        "REDIS_URL": "<redis_url>",
        "OLLAMA_BASE_URL": "<ollama_base_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @reftrixmcp/mcp-server
§02  Environment variables
DATABASE_URL
requiredsecret

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)

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Search