Skip to content

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

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)

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

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 🆓

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

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

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 🔐

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

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 🆓

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

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

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 🛠

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

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

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

Connection Auth Extra env / prereq
GitHub OAuth 2.1 or Personal Access Token - (PAT goes in headers as ${GITHUB_PERSONAL_ACCESS_TOKEN})
Linear Linear OAuth -
Atlassian Rovo (Jira + Confluence) Atlassian OAuth -
Sentry Sentry OAuth -
Asana Asana OAuth -
Azure DevOps Microsoft OAuth (preview) AZURE_DEVOPS_ORG (+ AZURE_DEVOPS_OAUTH_CLIENT_ID) for your dev.azure.com org
Microsoft Learn None (free) -
Context7 None (free) -
Korean Law MCP None (free) -
Git (stdio) None Node.js 18+ for npx (macOS / Linux) or npx.cmd (Windows)
Puppeteer (stdio) None Node.js 18+ - first run downloads a Chromium
Playwright (stdio) None Node.js 18+ - first run downloads browser binaries

Picking guide

If you need... Reach for
Code hosting + PR / Actions context GitHub
Linear-style fast issue trackers Linear
Jira / Confluence in one connection Atlassian Rovo
Runtime error context Sentry
Microsoft / Azure project tracking Azure DevOps
Free, unauthenticated doc grounding Microsoft Learn (MS stack) · Context7 (everything else)
Local repo inspection without granting GitHub write scope Git stdio (read-only by default)
Browser automation Puppeteer for scraping · Playwright for cross-browser tests
Korean statutes / case law lookup Korean Law MCP