fluencydrift-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@fluencydrift-mcpcheck for architectural drift in this repo"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
fluencydrift-mcp
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.
Related MCP server: docverity
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 storeRegistering 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().
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityAmaintenanceMCP server for high-fidelity code audits, refactoring, and architectural analysis using specialized Proxy Experts.85
- Alicense-qualityBmaintenanceMCP server that enables coding agents to check documentation claims against source code, detecting drift and suggesting fixes.152MIT
- Alicense-qualityAmaintenanceMCP server that extracts and links code, tasks, documentation, and git history into a graph, then diagnoses discrepancies and generates reports.Apache 2.0
- Alicense-qualityAmaintenanceMCP server for persistent code exploration and diff-aware review, exposing explore and review tools to map call paths, blast radius, and generate explainable risk-scored reports.01MIT
Related MCP Connectors
A MCP server built for developers enabling Git based project management with project and personal…
Monitor MCP servers, API contracts and AI outputs for schema drift. Alerts on breaking changes.
MCP server for generating rough-draft project plans from natural-language prompts.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/baokhang83/fluencydrift-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server