Awesome MCPSoftware Development

tonyzorin/youtrack-mcp

⭐ 96 Python repository created 2025-04-14

YouTrack MCP provides MCP clients with access to JetBrains YouTrack, the issue tracker and project-management tool. Its tools read issues and their fields, create issues, search projects, and update the fields that change most often — with dedicated update_issue_state and update_issue_priority tools rather than only a generic custom-field setter. The README is unusually candid about why: it documents that the simple string form works and that passing structured objects for state or priority fails, giving the working call shapes and the failing ones explicitly. That kind of note is valuable in an MCP server, because a model reading tool descriptions cannot discover such quirks by trial without wasting calls. Beyond individual issues the server covers project-level queries and the broader API surface. It is written in Python and distributed for both ARM64, including Apple Silicon, and AMD64, so it runs natively on modern development machines as well as ordinary servers. Authentication uses a YouTrack permanent token, which bounds access to what that account can see. The audience is teams tracking work in YouTrack — common in organisations already standardised on JetBrains tooling — who want issue status, creation and workflow transitions handled in conversation.

https://github.com/tonyzorin/youtrack-mcp

mcpyoutrackjetbrainsissue-trackingpythonproject-managementarm64

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