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.
Awesome MCP › Software Development
The mcp-language-server is a specialized MCP (Model Context Protocol) server designed to expose language servers to MCP clients, enabling advanced semantic code navigation and interaction capabilities for large language models and other MCP-enabled tools. It acts as a bridge between MCP clients and language servers that communicate over the Language Server Protocol (LSP), providing features such as go-to-definition, find references, rename symbols, diagnostics, and hover information. This allows MCP clients to navigate and interact with codebases more effectively by leveraging the semantic understanding provided by language servers. The project supports multiple popular language servers including gopls for Go, rust-analyzer for Rust, pyright for Python, typescript-language-server for TypeScript, and clangd for C/C++. It provides detailed setup instructions for installing the server, the respective language servers, and configuring MCP clients to connect to the mcp-language-server. The server runs as a standalone executable and forwards commands and responses between the MCP client and the underlying language server, enabling seamless integration. The mcp-language-server is built using Go and incorporates code from the gopls project to handle LSP communication. It uses the mcp-go library for MCP communication. The project is open source, licensed under a permissive BSD-style license, and is currently in beta. It encourages contributions and feedback from users to improve functionality and stability. Overall, the mcp-language-server enhances the capabilities of MCP clients by providing them with rich semantic code navigation and editing tools through integration with existing language servers, facilitating more intelligent and context-aware interactions with codebases for large language models and other MCP-enabled applications.
https://github.com/isaacphi/mcp-language-server
Graphify transforms codebases, documentation, and other files into queryable knowledge graphs, enhancing developer productivity with local AST parsing and detailed edge explanations.
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.
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 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.
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...
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.
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).
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...