The Coding Agent Stack
What an AI coding agent needs to ship a feature: source control, current docs, a real browser to test in, and visibility when something breaks in production.
Use case: Pair an agent with the tools a working developer touches every hour. Read repos, look up library docs, drive a real browser, and see runtime errors.
Install the whole stack
Pick the client you use. Each tab installs all 4 servers.
claude mcp add --transport http io-github-github-github-mcp-server https://api.githubcopilot.com/mcp/
claude mcp add io-github-upstash-context7 -- npx -y @upstash/context7-mcp
claude mcp add io-github-chromedevtools-chrome-devtools-mcp -- npx -y chrome-devtools-mcp
claude mcp add io-github-getsentry-sentry-mcp -- npx -y @sentry/mcp-serverServers in this stack
GitHub
by github · ★ 29,550
Connects the agent to GitHub itself: read code, manage issues and PRs, query workflow runs. The single highest-leverage server for any code task.
claude mcp add --transport http io-github-github-github-mcp-server https://api.githubcopilot.com/mcp/Context7
by upstash · ★ 54,604
Up-to-date library docs from official sources. Catches the 'this API changed two versions ago' class of agent failures.
claude mcp add io-github-upstash-context7 -- npx -y @upstash/context7-mcpChrome DevTools MCP
by ChromeDevTools · ★ 38,295
Drives a real Chrome with full DevTools access. Use when the agent needs to actually verify a UI, not just hope the diff looks right.
claude mcp add io-github-chromedevtools-chrome-devtools-mcp -- npx -y chrome-devtools-mcpGetsentry Sentry
by getsentry · ★ 677
Pulls real production errors with stack traces. Closes the loop between 'shipped' and 'still working'.
claude mcp add io-github-getsentry-sentry-mcp -- npx -y @sentry/mcp-server