mcpbeat Sign in

Reftrixmcp MCP Server

local only

Reftrixmcp runs on your own machine — the client starts it, so there is no endpoint to ping. 41 installs a week from npm. Last commit 6 Sep 2026.

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

Installs per day peak 16 · avg 7 · +72% w/w
a month agotoday
41
Installs / week
npm · @reftrixmcp/mcp-server
2
Stars
0 open issues
6 Sep 2026
Last commit
0 releases in 90 days
AGPL-3.0
License
TypeScript

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] src/services/quality/accessibility-audit.service.ts:1, [пакет] src/utils/actionable-warning.ts:1, [пакет] src/tools/motion/analyze-frames.handler.ts:1 и ещё 187
этот файл ставится пользователю, но в репозитории его нет

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add reftrixmcp -- npx -y @reftrixmcp/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "reftrixmcp": {
      "args": [
        "-y",
        "@reftrixmcp/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.reftrixmcp]
command = "npx"
args = ["-y", "@reftrixmcp/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "reftrixmcp": {
      "args": [
        "-y",
        "@reftrixmcp/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "reftrixmcp": {
      "args": [
        "-y",
        "@reftrixmcp/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: DATABASE_URL (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)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Reftrixmcp

same job, measured the same way
I
Memforge Memory
by volsier

Team engineering memory for AI coding assistants. 47 MCP tools, pgvector semantic search.

14 installs/wk local only
ESG MCP Servers
by freminder

31 MCP tools for ESG data extraction, PDF processing, vector search, and EU regulation analysis.

77 installs/wk local only
Local FAISS MCP Server
by nonatofabio

Local FAISS vector database for RAG with document ingestion, semantic search, and MCP prompts.

92 installs/wk local only
Wso2 Docs MCP Server
by iamvirul

Semantic search over WSO2 docs (APIM, MI, Choreo, Ballerina) via RAG and pgvector.

246 installs/wk local only
ScrapeNest
by scrapenest

Web search, scraping, RAG answers with citations, and translation as MCP tools.

answering
Postgres MCP
by pgedge

Enterprise PostgreSQL MCP server with NL queries, hybrid search (pgvector+BM25), and web UI

local only
Mem Context
by turbyho

Temporal memory MCP server with LanceDB vector search, weight-decay scoring, and LLM consolidation

176 installs/wk local only
Citadel
by citadeldb

Encrypted-first embedded database with vector search and agent memory, exposed as MCP tools

1 508 installs/wk local only

Reftrixmcp — questions

Answers built from our own checks of this server.

Why is there no uptime for Reftrixmcp?
Reftrixmcp runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @reftrixmcp/mcp-server was installed 41 times last week.
How do I connect Reftrixmcp?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @reftrixmcp/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Reftrixmcp?
The npm package @reftrixmcp/mcp-server was installed 41 times in the last week. Week over week that is +72%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Reftrixmcp open source?
Yes — it is published under the AGPL-3.0 licence, written in TypeScript and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.