MCP server with 20 tools for web design analysis — layout extraction, motion detection, quality scoring, and semantic search via Playwright, pgvector, and Ollama.
Server Config
{
"mcpServers": {
"reftrix": {
"command": "node",
"args": [
"/path/to/ReftrixMCP/apps/mcp-server/dist/index.js"
],
"env": {
"NODE_ENV": "development",
"DATABASE_URL": "postgresql://reftrix:change_me@localhost:26432/reftrix?schema=public",
"REDIS_URL": "redis://localhost:27379",
"OLLAMA_BASE_URL": "http://localhost:11434"
}
}
}
}