Awesome MCPSoftware Development

cyberchitta/llm-context.py

⭐ 306 Python added to this list on 2025-05-06 repository created 2024-04-20

LLM Context is a sophisticated tool designed to help developers efficiently share and inject relevant project content into Large Language Model (LLM) chat interfaces. It leverages the Model Context Protocol (MCP) to enable seamless integration with LLMs, allowing for dynamic and context-aware interactions. The tool supports smart file selection using .gitignore patterns, ensuring that only pertinent files are included in the context shared with the LLM. This makes it highly effective for working with code repositories and collections of text, markdown, or HTML documents. The project offers multiple usage patterns, including direct integration with Claude Desktop via MCP and compatibility with any LLM chat interface through command-line and clipboard workflows. It is optimized for projects that fit within an LLM's context window, with ongoing development to support larger projects. Users can initialize their project configuration, select files, generate context, and interact with LLMs using a variety of commands that streamline the workflow. Advanced features include customizable rule-based profiles for different use cases, smart code outlines that provide LLMs with a high-level view of the codebase, and the ability to extract full implementations of specific code definitions upon request. The tool also supports customizable templates and prompts to tailor the interaction experience. LLM Context is actively developed and encourages version control of configuration files due to frequent updates. It has evolved from earlier AI-assisted development tools and incorporates innovations from the open-source community and AI assistance. The project is licensed under the Apache License 2.0 and is designed to enhance AI-assisted software development by making project context easily accessible and manageable within LLM chat environments.

https://github.com/cyberchitta/llm-context.py

.gitignore-patternsai-assisted-developmentapache-license-2.0claude-desktopclaude-desktop-integrationclicli-workflowclipboard-workflowcode-injectioncode-navigationcode-outlinescode-repositoriescode-reviewcodingcommand-line-interfacecustomizable-templatesdefinition-implementation-extractiondocumentationlarge-language-modellarge-language-modelsllm-chat-interfacesllm-contextmcpmodel-context-protocolopen-sourceproject-contextrule-based-customizationrule-based-workflowssmart-code-outliningsmart-file-selectionsoftware-developmenttext-projectstools

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