Default MCP Servers - Dev & Project Management

June 18, 2026 · View on GitHub

description: Default MCP Servers - Dev & Project Management reference: 12 preset MCP connections with transport, auth, required env, and full description per card.

Default MCP Servers - Dev & Project Management

Code hosting, issue trackers, code-quality monitors, learning content, and local repo helpers. Mixes vendor-official remote entries (GitHub, Linear, Atlassian Rovo, Sentry, Asana, Azure DevOps, Microsoft Learn, Context7, Korean Law) with community stdio entries from modelcontextprotocol/servers (Git, Puppeteer, Playwright).

Entries (12)

Click any card to expand the full spec inline - transport (Streamable HTTP / STDIO), authentication shape (OAuth 2.1 / API key / Bearer / none), required environment variables, vendor URL or stdio command, and the upstream docs link.

Linear 🔐
![Linear](https://cdn.simpleicons.org/linear){ width="40" .tcg-favicon }
project_mgmt · global ga L2
Create, query, and update Linear issues, projects, cycles, and teams. Linear's official remote MCP with OAuth 2.1.
**Vendor**   Linear · T1 vendor
**Auth**        OAuth 2.1
Click for transport · auth · required env · description · docs
Atlassian Rovo (Jira + Confluence) 🔐
![Atlassian Rovo (Jira + Confluence)](https://cdn.simpleicons.org/atlassian){ width="40" .tcg-favicon }
project_mgmt · global ga L2
Read and update Jira issues and Confluence pages via Atlassian's official Rovo MCP. Replaces legacy /v1/sse on 2026-06-30.
**Vendor**   Atlassian · T1 vendor
**Auth**        OAuth 2.1
Click for transport · auth · required env · description · docs
GitHub 🔐
![GitHub](https://cdn.simpleicons.org/github){ width="40" .tcg-favicon }
dev · global ga L2
Search and manage GitHub repositories, issues, pull requests, code reviews, and Actions. Sign in via OAuth Device Flow or pass a personal access token (GITHUB_PERSONAL_ACCESS_TOKEN).
**Vendor**   GitHub · T1 vendor
**Auth**        OAuth 2.1 / PAT
Click for transport · auth · required env · description · docs
Microsoft Learn 🆓
:material-school-outline:
dev · global · free-tier ga L2
Search the full Microsoft Learn documentation catalogue - Azure, .NET, Windows, Power Platform, Microsoft 365 and more. No authentication required, free to use.
**Vendor**   Microsoft · T1 vendor
**Auth**        None
Click for transport · auth · required env · description · docs
Sentry 🔐
![Sentry](https://cdn.simpleicons.org/sentry){ width="40" .tcg-favicon }
dev · global ga L2
Investigate Sentry issues and events across projects, query alert rules, releases, and performance data. OAuth with device-code flow.
**Vendor**   Sentry · T1 vendor
**Auth**        OAuth 2.1
Click for transport · auth · required env · description · docs
Asana 🔐
![Asana](https://cdn.simpleicons.org/asana){ width="40" .tcg-favicon }
project_mgmt · global ga L2
Manage Asana tasks, projects, sections, and custom fields across workspaces. Asana's official OAuth MCP (SSE transport).
**Vendor**   Asana · T2 vendor
**Auth**        OAuth 2.1
Click for transport · auth · required env · description · docs
Azure DevOps 🔐
:material-microsoft-azure-devops:
dev · global · preview preview L2
Query and update Azure DevOps repos, work items (Boards), pipelines, and pull requests within your organisation. Preview, requires AZURE_DEVOPS_ORG.
**Vendor**   Microsoft · T2 vendor
**Auth**        OAuth 2.1
Click for transport · auth · required env · description · docs
Context7 🆓
![Context7](https://cdn.simpleicons.org/upstash){ width="40" .tcg-favicon }
dev · global · free-tier ga L2
Pull up-to-date library documentation and code examples by library name and version, designed to ground AI code generation. Free, no authentication.
**Vendor**   Upstash · T2 vendor
**Auth**        None
Click for transport · auth · required env · description · docs
Korean Law MCP 🆓
:material-scale-balance:
dev · korea · legal ga L3
Search Korean law, court precedents, Constitutional Court decisions, ordinances, and administrative rules. Wraps the Ministry of Government Legislation Open API into 93 MCP tools - citation...
**Vendor**   chrisryugj · T2 community
**Auth**        None
Click for transport · auth · required env · description · docs
Git 🛠
![Git](https://cdn.simpleicons.org/git){ width="40" .tcg-favicon }
dev · global · community ga L3
[macOS] Local Git repository operations - log, diff, status, blame, show. Read-only by default. The activated form is pre-filled to run: uvx mcp-server-git --repository .
**Vendor**   modelcontextprotocol/servers · T2 community
**Auth**        STDIO
Click for transport · auth · required env · description · docs
Puppeteer 🛠
![Puppeteer](https://cdn.simpleicons.org/puppeteer){ width="40" .tcg-favicon }
dev · global · community ga L3
[macOS] Headless Chrome automation - navigate, click, fill forms, screenshot, evaluate JavaScript in-page. The activated form is pre-filled to run: npx -y @modelcontextprotocol/server-puppeteer...
**Vendor**   modelcontextprotocol/servers · T2 community
**Auth**        STDIO
Click for transport · auth · required env · description · docs
Playwright 🛠
:material-script-text-play-outline:
dev · global · community ga L2
[macOS] Microsoft's accessibility-snapshot browser automation - successor to the Puppeteer reference. Drives Chromium/Firefox/WebKit without screenshot vision models. The activated form is pre-filled...
**Vendor**   Microsoft · T2 vendor
**Auth**        STDIO
Click for transport · auth · required env · description · docs

Workflow combinations { #combinations }

This page mixes remote (vendor-official) DevOps surfaces with community-published stdio dev helpers. Common combinations:

  • PR review pipeline - GitHub + Sentry + Linear. The agent reads a PR, checks the latest issues in Sentry, and adds a Linear ticket if it spots a regression - all in one turn.
  • Ticket-driven coding - Linear (issue body) + Context7 (look up the right SDK fragment) + Git stdio (apply patches against a local checkout). The stdio entry keeps PR drafts local until you push.
  • Docs grounding for unfamiliar APIs - Microsoft Learn + Context7. Both are free, no-auth, and explicitly designed to ground AI code generation; chain them as a fallback when GitHub README content isn't enough.
  • Headless browser automation - Puppeteer or Playwright stdio. They cover the same surface - pick Puppeteer for lightweight scraping, Playwright when you need cross-browser parity.
  • Legal-grounded answers (KR) - Korean Law MCP as a single-source grounding service for Korean-statute lookups.

Auth & secrets { #auth-secrets }

Mixed-auth page - OAuth for remote vendor surfaces, none for the community stdio helpers, and one entry (Korean Law) that's free and unauthenticated:

ConnectionAuthExtra env / prereq
GitHubOAuth 2.1 or Personal Access Token- (PAT goes in headers as ${GITHUB_PERSONAL_ACCESS_TOKEN})
LinearLinear OAuth-
Atlassian Rovo (Jira + Confluence)Atlassian OAuth-
SentrySentry OAuth-
AsanaAsana OAuth-
Azure DevOpsMicrosoft OAuth (preview)AZURE_DEVOPS_ORG (+ AZURE_DEVOPS_OAUTH_CLIENT_ID) for your dev.azure.com org
Microsoft LearnNone (free)-
Context7None (free)-
Korean Law MCPNone (free)-
Git (stdio)NoneNode.js 18+ for npx (macOS / Linux) or npx.cmd (Windows)
Puppeteer (stdio)NoneNode.js 18+ - first run downloads a Chromium
Playwright (stdio)NoneNode.js 18+ - first run downloads browser binaries

Picking guide { #picking-guide }

If you need...Reach for
Code hosting + PR / Actions contextGitHub
Linear-style fast issue trackersLinear
Jira / Confluence in one connectionAtlassian Rovo
Runtime error contextSentry
Microsoft / Azure project trackingAzure DevOps
Free, unauthenticated doc groundingMicrosoft Learn (MS stack) · Context7 (everything else)
Local repo inspection without granting GitHub write scopeGit stdio (read-only by default)
Browser automationPuppeteer for scraping · Playwright for cross-browser tests
Korean statutes / case law lookupKorean Law MCP