Awesome MCPSoftware Development

jinzcdev/leetcode-mcp-server

⭐ 145 TypeScript added to this list on 2025-05-06 repository created 2025-04-12

LeetCode MCP Server gives MCP clients programmatic access to LeetCode. Unauthenticated tools cover public data: fetching a problem's statement, constraints and examples by slug, browsing problems by tag, difficulty or list, reading community solutions and discussion, and retrieving contest information. Supplying a session credential unlocks user-specific data — submission history, solved-problem lists and personal progress — so an assistant can answer questions about what the user has already attempted rather than only about the catalogue. Both LeetCode deployments are supported and selected by configuration: leetcode.com and leetcode.cn, which host different problem sets, discussions and contests behind separate accounts. The server is TypeScript, published on npm as @jinzcdev/leetcode-mcp-server, and documented in English and Chinese. Because problem statements arrive as structured text rather than scraped HTML, a model can work from the actual constraints and examples when discussing an approach — the difference between reasoning about the real problem and about a half-remembered version of it. The audience is people preparing for programming interviews who want an assistant that can pull up a specific problem, discuss approaches against its true constraints, and track what they have already solved.

https://github.com/jinzcdev/leetcode-mcp-server

mcpleetcodealgorithmsinterview-preptypescriptcoding-practice

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