reftrixmcp for Zed
io.github.tkmd/reftrixmcp
Web design analysis with 26 MCP tools: layout, motion, quality, semantic search via pgvector
client:Zed
transport:stdio
runtime:npm
Install reftrixmcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"reftrixmcp": {
"command": "npx",
"args": [
"-y",
"@reftrixmcp/mcp-server"
],
"env": {
"DATABASE_URL": "<DATABASE_URL>",
"REDIS_URL": "<REDIS_URL>",
"OLLAMA_BASE_URL": "<OLLAMA_BASE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs