Fluencydrift
FreeNot checkedMCP server that diffs a project's code structure against fluencyloop architectural records and flags where reality has drifted.
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().
Installing Fluencydrift
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/baokhang83/fluencydrift-mcpFAQ
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
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
by duxiaohuiSupabase
Database, auth and storage
by SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
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
