Developer Tools MCP Servers

MCP servers for repositories, version control, CI, error tracking, sandboxes and code execution. Each entry is scanned with the deterministic Capability-Flow Trust Model — grades are computed, never self-reported.

Context7 Official npm
A
@upstash/context7-mcp

Up-to-date, version-specific library documentation injected straight into prompts.

Developer Tools Score 100/100 0 findings 1.1M/wk Cap. Minimal
Everything (reference) Official npm
A
@modelcontextprotocol/server-everything

The official reference server exercising every MCP feature — tools, prompts, resources and sampling.

Developer Tools Score 100/100 0 findings 64k/wk Cap. Minimal
CircleCI npm
A
@circleci/mcp-server-circleci

Official CircleCI server enabling natural-language interaction with CircleCI functionality from MCP-enabled clients.

Developer Tools Score 100/100 0 findings 37k/wk Cap. Minimal
Auth Source verified npm
A
mcp-auth

Security scan results for the Auth MCP server.

Developer Tools Score 100/100 0 findings 28k/wk Cap. Minimal
Hono Mcp Server Sse Transport npm
A
hono-mcp-server-sse-transport

Security scan results for the Hono Mcp Server Sse Transport MCP server.

Developer Tools Score 100/100 0 findings 20k/wk Cap. Minimal
Argo CD Source verified 2 implementations
A
best: argocd-mcp

Server providing Argo CD integration for MCP clients.

Developer Tools Best score 100/100 0 findings 19k/wk Cap. Minimal
Remotion 2 implementations
A
best: @remotion/mcp

Security scan results for the Remotion MCP server.

Developer Tools Best score 100/100 0 findings 17k/wk Cap. Minimal
Primer Source verified npm
A
@primer/mcp

Security scan results for the Primer MCP server.

Developer Tools Score 100/100 2 findings 16k/wk Cap. High
Airtable npm
A
@felores/airtable-mcp-server

Security scan results for the Airtable MCP server.

Developer Tools Score 100/100 0 findings 14k/wk Cap. Minimal
Stripe (official) Official npm
A
@stripe/mcp

Stripe’s official MCP server: payments API access and documentation search for agents.

Developer Tools Score 100/100 0 findings 13k/wk Cap. Minimal
21st.dev Magic npm
A
@21st-dev/magic

Generates production-ready UI components from natural language, inspired by v0.

Developer Tools Score 100/100 0 findings 9.5k/wk Cap. Minimal
Vite Plugin Source verified npm
A
vite-plugin-mcp

Security scan results for the Vite Plugin MCP server.

Developer Tools Score 100/100 0 findings 6.6k/wk Cap. Minimal
Modular npm
A
@kimuson/modular-mcp

Security scan results for the Modular MCP server.

Developer Tools Score 100/100 1 finding 6.5k/wk Cap. High
Fe npm
A
@ehrocks/fe-mcp-server

Security scan results for the Fe MCP server.

Developer Tools Score 100/100 0 findings 6.1k/wk Cap. Minimal
Dynatrace Mcp Server Otel npm
A
@dynatrace-wwse/dynatrace-mcp-server-otel

Security scan results for the Dynatrace Mcp Server Otel MCP server.

Developer Tools Score 100/100 0 findings 4.3k/wk Cap. Minimal
Powerbi Modeling Official npm
A
@microsoft/powerbi-modeling-mcp

Security scan results for the Powerbi Modeling MCP server.

Developer Tools Score 100/100 2 findings 4.2k/wk Cap. High
Hevy Source verified 3 implementations
A
best: hevy-mcp

Security scan results for the Hevy MCP server.

Developer Tools Best score 100/100 0 findings 3.9k/wk Cap. Minimal
Powerbi Modeling Mcp Win32 X64 Official npm
A
@microsoft/powerbi-modeling-mcp-win32-x64

Security scan results for the Powerbi Modeling Mcp Win32 X64 MCP server.

Developer Tools Score 100/100 1 finding 3.3k/wk Cap. High
Supabase npm
A
supabase-mcp

Security scan results for the Supabase MCP server.

Developer Tools Score 100/100 0 findings 3.3k/wk Cap. Minimal
Godot (Coding Solo) 2 implementations
A
best: @coding-solo/godot-mcp

Interfaces with the Godot game engine, with tools for launching the editor, running projects, and capturing debug output.

Developer Tools Best score 100/100 1 finding 3.0k/wk Cap. High
Shadcn Ui 3 implementations
A
best: @jpisnice/shadcn-ui-mcp-server

Security scan results for the Shadcn Ui MCP server.

Developer Tools Best score 100/100 1 finding 3.0k/wk Cap. High
Deepseek npm
A
deepseek-mcp-server

Security scan results for the Deepseek MCP server.

Developer Tools Score 100/100 0 findings 3.0k/wk Cap. Minimal
Octocode npm
A
octocode-mcp

Security scan results for the Octocode MCP server.

Developer Tools Score 100/100 2 findings 2.9k/wk Cap. High
Vite Plugin Vue npm
A
vite-plugin-vue-mcp

Security scan results for the Vite Plugin Vue MCP server.

Developer Tools Score 100/100 0 findings 2.9k/wk Cap. Minimal

You want an AI assistant that does more than autocomplete: notice a failing CI pipeline, pull the matching stack trace from the error tracker, patch the code and open a pull request. Developer tools MCP servers make that loop possible, giving Claude, Cursor and other Model Context Protocol clients structured access to the systems where code lives — and to the credentials behind them. Picking one is a security decision, not just a convenience.

What developer tools MCP servers connect to

Servers in this category typically bridge an assistant to Git hosting platforms (GitHub, GitLab, Bitbucket), CI/CD pipelines, error-tracking services such as Sentry, container sandboxes and shells for direct code execution. Once connected, an assistant can triage an incident by correlating a release with its crash reports, draft and push a fix branch with a ready-to-review pull request, or run generated code inside an isolated sandbox before it touches a real machine. Many teams pair them with Data Science & ML servers for notebook workflows, or Communication & Collaboration servers to report build status into chat.

Security risks of repository, CI and sandbox access

  • Supply-chain writes: a malicious or over-permissioned server with repository write access can push commits or workflow files that later execute in CI with production secrets.
  • Token blast radius: CI and deploy tokens rarely stop at build logs — cloud credentials, signing keys and environment variables often sit one API call away.
  • Code execution: sandbox and shell servers run whatever the model produces; a weak sandbox turns a prompt-injected issue comment into arbitrary commands on your host.
  • Untrusted text everywhere: PR descriptions, issue threads and error payloads are attacker-writable inputs that can try to steer the assistant reading them.

Every entry in the MCP Trust Registry is graded by a deterministic open-source engine that reads the published npm or PyPI package, maps its capability blast radius and assigns an A-F Trust Score with evidence attached to each finding — identical input always produces an identical grade, and no listing can be bought. The scoring model is documented step by step.

How do I choose a safe MCP server for GitHub or CI?

Start with the Trust Score and the capability profile: prefer higher grades and the narrowest access that covers your workflow — read-only repository scopes beat org-wide write tokens. Review the individual findings for credential handling and outbound network calls, and treat any server that combines write access with code execution as production infrastructure, not a plugin.