Awesome MCPSoftware Development

Tritlo/lsp-mcp

⭐ 124 TypeScript added to this list on 2025-05-14 repository created 2025-03-22

LSP MCP Server puts a Language Server Protocol client between an MCP client and a real language server, so a model can ask the same questions an editor asks. It starts the language server, keeps the LSP session alive, and translates MCP tool calls into LSP requests. The tools cover hover information at a file position, completion suggestions at a position, code actions for a range, opening and closing documents in the language server, and retrieving diagnostics such as errors and warnings for open files. Operational tools start the language server against a root directory, restart it without restarting the MCP server, and change log verbosity at runtime. Diagnostics are also published as MCP resources under an lsp-diagnostics:// scheme with subscription support, so a client receives updates as the language server revises them rather than having to poll. Configuration is a single stdio command taking the language id, the path to the language server binary and any arguments it needs, which makes the server language-agnostic — the same package fronts a Haskell, TypeScript or Rust language server depending on what it is pointed at. The stated purpose is accuracy: rather than inferring an API from surrounding text, the model reads the types, symbols and errors the compiler itself reports. The audience is developers using agents for code editing who want the agent grounded in real type information.

https://github.com/Tritlo/lsp-mcp

mcplsplanguage-servercode-intelligencediagnosticstypescriptcompletions

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