Awesome MCPSoftware Development

szeider/consult7

⭐ 296 Python added to this list on 2025-10-21 repository created 2025-06-10

Consult7 is a Model Context Protocol (MCP) server designed to enable AI agents to consult language models with large context windows for analyzing extensive collections of files such as entire codebases, document repositories, or mixed content that exceed the context limits of the current AI agents. It supports multiple providers including Openrouter, OpenAI, and Google, allowing users to leverage models with massive context windows to process large datasets in a single query, which is particularly useful for agents with limited context windows like Claude. The server works by collecting files from specified absolute paths, supporting wildcards in filenames, and assembling these files into a single context. This context, along with the user's query, is sent to a large context window model, and the response is fed back to the AI agent. This approach enables complex tasks such as summarizing entire codebases, finding specific method definitions, analyzing test coverage, performing complex step-by-step security analyses, and generating comprehensive reports saved to files. Consult7 is easy to install and integrate with Claude Code and Claude Desktop, requiring minimal configuration and supporting multiple AI providers through API keys. It offers command-line options for specifying providers, API keys, and testing connections. The server supports a variety of models with different capabilities and context sizes, including advanced reasoning modes. The tool enforces strict file path rules to ensure proper file selection and optimizes for large context windows with size limits per file and total context size. It automatically ignores common irrelevant files and directories. Consult7 is a powerful utility for developers and AI practitioners who need to extend the context capabilities of their AI agents to handle large-scale code and document analysis efficiently.

https://github.com/szeider/consult7

ai-agentsapi-integrationclaude-codeclaude-desktopcodebase-analysiscommand-line-toolcontext-optimizationdocument-repositoriesfile-collectionfile-path-rulesgooglelanguage-modelslarge-context-windowmcp-servermethod-searchmodel-context-protocolopenaiopenrouterquery-processingreport-generationsecurity-analysissummarizationtest-coverage-analysis

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...