Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Fluencydrift

FreeNot checked

MCP server that diffs a project's code structure against fluencyloop architectural records and flags where reality has drifted.

GitHubEmbed

About

MCP server that diffs a project's code structure against fluencyloop architectural records and flags where reality has drifted.

README

MCP server that diffs a project's actual code structure against the architectural decisions captured in its fluencyloop store, and flags where reality has drifted from the record.

Status

Working end-to-end: reads a fluencyloop store, checks it against the live repo, and exposes list_architectural_records, check_drift, and explain_record over MCP. Built with fluencyloop itself — see docs/fluencyloop/ for the plan and feature history.

Development

npm install
npm run build   # compiles src/ to dist/, and makes dist/index.js executable
npm test        # unit + in-process end-to-end tests (node --test)
npm run smoke   # dogfood smoke test: runs the built dist/index.js as a real
                 # subprocess against this repo's own fluencyloop store

Registering with Claude Code

After npm run build, register the built server as an MCP server:

claude mcp add fluencydrift-mcp -- node "$(pwd)/dist/index.js"

This registers it at the default local scope (private to you, in the project you run it from). Verify with claude mcp list; remove it with claude mcp remove fluencydrift-mcp. Point Claude Code at any fluencyloop-tracked repo's root as the working directory when you launch it — fluencydrift-mcp reads the store and scans reality relative to process.cwd().

from github.com/baokhang83/fluencydrift-mcp

Installing Fluencydrift

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/baokhang83/fluencydrift-mcp

FAQ

Is Fluencydrift MCP free?

Yes, Fluencydrift MCP is free — one-click install via Unyly at no cost.

Does Fluencydrift need an API key?

No, Fluencydrift runs without API keys or environment variables.

Is Fluencydrift hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Fluencydrift in Claude Desktop, Claude Code or Cursor?

Open Fluencydrift on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Fluencydrift with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs