โจ Lucidity MCP ๐
About
AI-powered code quality analysis using MCP to help AI assistants review code more effectively. Analyze git changes for complexity, security issues, and more through structured prompts.
Details
- Author
- hyperb1iss
- GitHub stars
- 88
- Downloads
- 621
- Categories
- Developer Tools
Jump to
- Comprehensive issue detection across 10 quality dimensions
- Git-aware analysis directly from code changes
- Language agnostic โ works with any programming language
- Flexible transport: stdio and SSE
- Seamless integration with MCP-compatible AI assistants
- Lightweight server with minimal dependencies
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
โจ Lucidity MCP ๐Command (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install by cloning the repository, setting up a virtual environment with uv venv, and running uv sync. Start the server with lucidity-mcp using stdio transport for terminal use, or lucidity-mcp --transport sse --host 127.0.0.1 --port 6969 for network-based interaction. Connect an MCP-compatible AI assistant via the SSE URI sse://localhost:6969/sse and invoke the analyze_changes tool.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"\u2728 lucidity mcp \ud83d\udd0d": {
"lucidity-mcp": {
"command": "uv",
"args": [
"venv",
".venv"
]
}
}
}
}
McpServers
{
"lucidity-mcp": {
"command": "uv",
"args": [
"venv",
".venv"
]
}
}
โจ Lucidity MCP ๐
<div align="center">
Clarity in Code, Confidence in Creation
</div>
Lucidity is a Model Context Protocol (MCP) server designed to enhance the quality of AI-generated code through intelligent, prompt-based analysis. By providing structured guidance to AI coding assistants, Lucidity helps identify and address common quality issues, resulting in cleaner, more maintainable, and more robust code.
Before you commit, just ask Lucidity to analyze the changes instead of vibe-coding yourself into a nightmare hellscape! ๐ฑ ๐ฅ ๐ซ
๐ซ Features
- ๐ฎ Comprehensive Issue Detection - Covers 10 critical quality dimensions from complexity to security vulnerabilities
- ๐ Contextual Analysis - Compares changes against original code to identify unintended modifications
- ๐ Language Agnostic - Works with any programming language the AI assistant understands
- ๐ฏ Focused Analysis - Option to target specific issue types based on project needs
- ๐ Structured Outputs - Guides AI to provide actionable feedback with clear recommendations
- ๐ค MCP Integration - Seamless integration with Claude and other MCP-compatible AI assistants
- ๐ชถ Lightweight Implementation - Simple server design with minimal dependencies
- ๐งฉ Extensible Framework - Easy to add new issue types or refine analysis criteria
- ๐ Flexible Transport - Supports both stdio for terminal-based interaction and SSE for network-based communication
- ๐ Git-Aware Analysis - Analyzes changes directly from git diff, making it ideal for pre-commit reviews
๐ Installation
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





