Awesome MCPSoftware Development

tacticlaunch/mcp-linear

⭐ 147 TypeScript added to this list on 2025-05-14 repository created 2025-03-23

MCP Linear is a TypeScript Model Context Protocol server for Linear that aims past basic issue create-and-update at real project-management workflows. Its read surface returns issues, projects, teams, cycles, milestones, roadmaps, customers, customer needs and documents at workspace, project, initiative, team, issue, release and cycle level, plus notifications, subscriptions, sessions, audits and integrations. Its write surface creates and updates issues, changes status, assigns people and adds comments, and manages projects, milestones, roadmaps, saved views and favourites, including diff-aware project and initiative update lifecycles where a generated diff can be archived or hidden from the update body. It also manages workspace webhooks, covering creation, updates and signing-secret rotation, and handles templates, custom fields, attachments, customer records with statuses and tiers, and customer needs linked to issues or projects. A rate-limit and health check lets a caller look before starting a heavy planning session. Beyond tools it exposes MCP resources under linear:// URIs for the viewer, organisation, teams, projects, individual projects with their issues and documents, issues, documents, roadmaps, milestones and the rate limit, and MCP prompts named summarize-project-status, draft-project-update, triage-issue and summarize-document. Authentication takes two forms. A personal API key, created under Security and access in Linear settings, covers the normal tools and workspace webhooks. An OAuth access token belonging to a managing Linear OAuth application is required to actually create and manage child OAuth applications, since that alpha API demands an OAuth application as the caller; with a personal key the server can still prepare a manifest and a pre-filled setup URL for an administrator. Because one process carries one credential, the README describes running two server entries when both managing-app and admin-scoped webhook operations are needed. It is published on npm as an installable package.

https://github.com/tacticlaunch/mcp-linear

mcp-servertypescriptlinearissue-trackingproject-managementgraphql

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