Awesome MCPSoftware Development

hyperb1iss/lucidity-mcp

⭐ 90 Python added to this list on 2025-05-06 repository created 2025-03-19

Lucidity MCP improves the quality of AI-generated code by giving the reviewing model structure rather than by running a linter. It reads the changes in a git working tree or diff and issues prompts that walk the model through defined analysis dimensions — unnecessary complexity, security problems, error handling, duplicated logic and the other categories where generated code characteristically goes wrong. The approach is prompt-based and language-agnostic: there is no per-language rule set, so the same server applies to any codebase, and the analysis is performed by the model under guidance rather than by static rules that must be written and maintained. The design point is that an assistant asked simply to review a diff tends to comment on surface style, while the same assistant given an explicit checklist finds substantive issues. Because it works from git changes it is naturally scoped to what was just written, rather than reporting on an entire repository. It is a Python project built on FastMCP, requires Python 3.13 or newer, is Apache-2.0 licensed, and uses ruff and mypy in its own development. The README describes it as in active development. The audience is developers using coding agents who want the agent's own output reviewed before it is committed.

https://github.com/hyperb1iss/lucidity-mcp

mcpcode-qualitycode-reviewpythonfastmcpgit-analysisstatic-analysisprompts

Also in Software Development

Graphify-Labs/graphify

Graphify transforms codebases, documentation, and other files into queryable knowledge graphs, enhancing developer productivity with local AST parsing and detailed edge explanations.

upstash/context7

Context7 MCP Server is an MCP server that delivers up-to-date, version-specific code documentation and examples to enhance LLMs and AI code editors, ensuring accurate and current code generation.

DeusData/codebase-memory-mcp

High-performance Model Context Protocol (MCP) server that indexes codebases into a persistent knowledge graph for AI coding agents, supporting 158 languages, lightning-fast queries, and various dev...

github/github-mcp-server

GitHub MCP Server is an official Model Context Protocol server that integrates with GitHub APIs to enable advanced automation and AI-powered interactions with GitHub repositories and workflows.

tirth8205/code-review-graph

Code-review-graph is a local-first code intelligence solution that builds a persistent structural map of your codebase to provide precise context to AI coding tools, significantly reducing token us...

oraios/serena

Serena is a free and open-source coding agent toolkit that uses the Model Context Protocol to enable LLMs to autonomously perform semantic code retrieval and editing with IDE-like precision on complex codebases.

eyaltoledano/claude-task-master

Claude Task Master is an AI-powered task management system designed for AI-driven development that integrates seamlessly with various editors via the Model Control Protocol (MCP).

mksglu/context-mode

Context Mode is an MCP server designed to optimize context window usage for AI coding agents by sandboxing tool output, tracking session continuity with SQLite, and promoting LLMs as code generator...