Reviews git changes with prompt-based checks for complexity, security, performance, testing, and other code-quality risks.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
One-click editor setup isnβt available for this listing yet β we donβt have a confirmed install command, and weβd rather show nothing than point your editor at the wrong package or host. Follow the projectβs own setup instructions, linked above.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Lucidity MCP.
analyze_changesPrepares git changes for analysis through MCP
workspace_rootThe root directory of the workspace/git repository
pathOptional specific file path to analyze
The hyperb1iss/lucidity-mcp MCP server helps an AI coding assistant inspect recent code changes before they are committed. Rather than running a language-specific linter or scanner, it prepares context for prompt-based analysis and guides the assistant toward structured, actionable feedback.
Analysis covers 10 quality dimensions:
The project describes the analysis as language agnostic, provided the connected AI assistant understands the programming language being reviewed. It can also focus on particular issue types when the project needs a narrower review.
The main MCP tool is analyze_changes. Give it workspace_root, pointing to the root of the workspace or Git repository, and optionally provide path to limit the review to a specific file. The server prepares the relevant Git changes for the assistant rather than directly making edits or committing code.
Lucidity compares changes with the original code to help identify unintended modifications. This makes it suitable for checking generated patches, refactors, new features, and changes where removed validation or altered behavior could be easy to miss. The resulting guidance is structured around recommendations that the assistant can explain and act on.
The hyperb1iss/lucidity-mcp MCP server can communicate over stdio for local terminal-based use or SSE for network-based access. With SSE, an assistant connects through the server's MCP endpoint; the documented example uses sse://localhost:6969/sse.
The project requires Python 3.13 or newer, Git, and the UV package manager. The documented setup clones the repository, creates a UV-managed virtual environment, activates it, and runs uv sync to install dependencies. Once installed, start the local server with lucidity-mcp.
For a network connection, use the SSE transport and optionally set the bind host and port. The command-line interface also supports debug logging, log levels, verbose HTTP logging, and a log-file path. In stdio mode, logging is kept off stdout so it does not interfere with MCP communication; enabled logs can be directed to a file.
analyze_changes accepts:
workspace_root: the workspace or Git repository rootpath: an optional file to analyzeThe hyperb1iss/lucidity-mcp MCP server is intended for pre-commit reviews and for asking an AI assistant questions such as whether a recent change introduced a security issue, removed important validation, created a performance problem, or left a feature without sufficient tests. Its framework is described as extensible, allowing additional issue types or revised analysis criteria as the project evolves.
The material documents one MCP analysis tool and does not describe automatic code modification, commits, or a standalone language parser. Results depend on the connected AI assistant's ability to understand the code under review. Git is required for change-based analysis, and the project is marked as being in active development.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/hyperb1iss-lucidity-mcp)<a href="https://allmcps.com/mcp/hyperb1iss-lucidity-mcp"><img src="https://allmcps.com/api/badge/hyperb1iss-lucidity-mcp?style=directory" alt="Lucidity MCP on AllMCPs" /></a>