Reftrixmcp

Web design knowledge base platform -- layout analysis, motion detection, and quality evaluation via MCP tools. It runs locally over stdio via the published package.

People connecting AI & ML tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-07-13 · ★ 2 · #62 OF 95 MAINTAINED AI & ML · VERIFIED 2026-08-25

AGPL-3.0 · TypeScript servers · how we verify → /methodology

01 · Install Reftrixmcp

before you install - you'll need

Set DATABASE_URL, REDIS_URL, OLLAMA_BASE_URL, ENABLE_SECTION_SCREENSHOT_FALLBACK before connecting. OLLAMA_HOST is optional or environment-specific per the README.

Claude Code

claude mcp add tkmd-reftrixmcp -- npx -y @reftrixmcp/mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "tkmd-reftrixmcp": {
      "command": "npx",
      "args": [
        "-y",
        "@reftrixmcp/mcp-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license AGPL-3.0 - declared in the repository

npm package @reftrixmcp/mcp-server - the @reftrixmcp scope differs from the repo owner (tkmd); confirm it's the project's official package

registry namespace io.github.TKMD is GitHub-verified and matches the repo owner

03 · What Reftrixmcp can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.6.0 · 2026-07-11

v0.6.0 - WebUI v1 Internal Dashboard + section.inspect + Crop Persistence/GDPR Cascade - 2026-07-11 · This release lands WebUI v1 (an internal, read-only human-facing dashboard consumer of the MCP server's data - not…

v0.5.1 · 2026-05-01

v0.5.1 Patch Release - 2026-05-01 · 5-axis structural CI flaky remediation (F1+F4+CO-PR21) + DINOv2 mock isolation 三段合成 (Path B' + Option A'' + DRIFT-U20-01) + version coherence T1 sync (8 package.json + server.json +…

v0.3.0 · 2026-04-03

Highlights · MCP Tools: 28 → 35 - 11 new tools added, 2 legacy tools removed · Phase 5 OOM Kill Fix - child_process.fork() isolates embedding inference, reducing peak RSS by 82%+ (36-58GB → ~10GB) · Search Enhancement…

04 · Who maintains Reftrixmcp

reftrixmcp is maintained by tkmd. It's the only MCP server we track from this author; the repo dates to Feb 2026.

05 · Facts

category
AI & ML - ranked #62 of 95 actively-maintained AI & ML servers as of 2026-08-25.
release cadence
1 release in the last 90 days (latest 2026-07-11)
registry
io.github.TKMD/reftrixmcp (active, first published 2026-03-21)
packages
npm:@reftrixmcp/mcp-server

06 · Reftrixmcp FAQ

What is Reftrixmcp?

Web design knowledge base platform -- layout analysis, motion detection, and quality evaluation via MCP tools. It runs locally over stdio via the published package.

Is Reftrixmcp still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-13 and it shipped 1 release in the last 90 days. We re-verify nightly.

How do I install Reftrixmcp?

Run `npx -y @reftrixmcp/mcp-server`. The README documents 5 environment variables (DATABASE_URL, REDIS_URL, OLLAMA_BASE_URL…) to set first. Set DATABASE_URL, REDIS_URL, OLLAMA_BASE_URL, ENABLE_SECTION_SCREENSHOT_FALLBACK before connecting. OLLAMA_HOST is optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Reftrixmcp run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Reftrixmcp