lucidity-mcp
Lucidity MCP is a server designed to enhance AI-generated code by providing intelligent, prompt-based analysis to improve code quality. It integrates seamlessly with MCP-compatible AI assistants, offering comprehensive issue detection and flexible transport options. Lucidity is lightweight, extensible, and supports multiple programming languages.
What programming languages does Lucidity support?
Lucidity is language agnostic and works with any programming language the AI assistant understands.
How does Lucidity integrate with AI assistants?
Lucidity integrates with AI assistants using the MCP protocol, allowing the AI to invoke tools like analyze_changes
for code quality feedback.
What are the prerequisites for installing Lucidity?
You need Python 3.13 or higher, Git for analyzing code changes, and the UV package manager for dependency management.
Can Lucidity be used for pre-commit reviews?
Yes, Lucidity is ideal for pre-commit reviews as it analyzes changes directly from git diff.
What are the transport options available for Lucidity?
Lucidity supports both stdio for terminal-based interaction and SSE for network-based communication.