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.

Ext Apps Official npm
A
@modelcontextprotocol/ext-apps

MCP Apps SDK — Enable MCP servers to display interactive user interfaces in conversational clients.

Developer Tools Score 100/100 0 findings 3.6M/wk Cap. Minimal
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 880k/wk Cap. Minimal
Auth Source verified npm
A
mcp-auth

Plug and play auth for Model Context Protocol (MCP) servers

Developer Tools Score 100/100 0 findings 26k/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 18k/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 17k/wk Cap. Minimal
Hevy Source verified 3 implementations
A
best: hevy-mcp

A Model Context Protocol (MCP) server implementation that interfaces with the Hevy fitness tracking app and its API.

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

MCP server helping models to understand your Vite app better.

Developer Tools Score 100/100 0 findings 5.5k/wk Cap. Minimal
Hoi4 Agent Tools Source verified npm
A
hoi4-agent-tools

Analyze HOI4 events, tech trees, AI weights, and MTTH; build focus trees, GUIs, and maps.

Developer Tools Score 100/100 0 findings 2.5k/wk Cap. Minimal
Nuxt Mcp Dev Source verified npm
A
nuxt-mcp-dev

MCP server from your Nuxt dev server helping models to understand your Nuxt app better.

Developer Tools Score 100/100 0 findings 2.2k/wk Cap. Minimal
Jetbrains Proxy Official 8 implementations
A
best: @jetbrains/mcp-proxy

A MCP proxy to redirect requests to JetBrains IDEs

Developer Tools Best score 100/100 0 findings 1.5k/wk Cap. Minimal
Keryx Source verified npm
A
keryx

The fullstack TypeScript framework for MCP and APIs — write one action, serve HTTP, WebSocket, CLI, background tasks, and MCP tools.

Developer Tools Score 100/100 2 findings 1.3k/wk Cap. Minimal
Kern Ux Source verified npm
A
@leonio/kern-ux-mcp

Model Context Protocol (MCP) language server providing Kern UX component generation and strict accessibility validation.

Developer Tools Score 100/100 0 findings 1.1k/wk Cap. Minimal
Lara Source verified npm
A
@translated/lara-mcp

Lara API official MCP server

Developer Tools Score 100/100 0 findings 1.1k/wk Cap. Minimal
Claudexor Source verified npm
A
claudexor

Local-first multi-harness control plane for Claude Code, Codex, Cursor, and OpenCode with quota-aware rotation across multiple Claude Code and Codex subscriptions.

Developer Tools Score 100/100 0 findings 940/wk Cap. Minimal
Aws S3 Source verified npm
A
aws-s3-mcp

MCP Server for S3

Developer Tools Score 100/100 0 findings 928/wk Cap. Minimal
Pseudonym Source verified npm
A
pseudonym-mcp

MCP server for privacy-preserving pseudonymization of sensitive data before cloud LLM processing

Developer Tools Score 100/100 0 findings 891/wk Cap. Minimal
Codemogger Source verified npm
A
codemogger

Code indexing library with tree-sitter chunking and vector+FTS search for AI coding agents

Developer Tools Score 100/100 0 findings 775/wk Cap. Minimal
Sonarqube Source verified 6 implementations
A
best: sonarqube-mcp-server

Model Context Protocol server for SonarQube

Developer Tools Best score 100/100 1 finding 764/wk Cap. Minimal
Bcb Br Source verified npm
A
bcb-br-mcp

MCP server for the Brazilian Central Bank (Banco Central do Brasil, BCB) — SGS/BCB time series: Selic, IPCA, exchange rates, GDP and 150+ economic and financial indicators.

Developer Tools Score 100/100 0 findings 754/wk Cap. Minimal
Krovacloud Source verified npm
A
@krovacloud/mcp

MCP server for Krova Cloud — let Claude, Cursor, and any MCP client provision and manage Cubes (Firecracker microVMs).

Developer Tools Score 100/100 0 findings 692/wk Cap. Minimal
Touchdesigner Source verified npm
A
touchdesigner-mcp-server

MCP server for TouchDesigner

Developer Tools Score 100/100 0 findings 664/wk Cap. Minimal
Build Source verified npm
A
@perfonext/build-mcp

MCP server for analyzing Next.js build artifacts, route bundle footprint, and shared chunks

Developer Tools Score 100/100 0 findings 642/wk Cap. Minimal
Jira Stdio Source verified npm
A
mcp-jira-stdio

Model Context Protocol (MCP) server for Jira API integration

Developer Tools Score 100/100 1 finding 587/wk Cap. Minimal
Nextjs Mcp Kit Source verified npm
A
nextjs-mcp-kit

A Next.js App Router MCP server, MCP client and provider-agnostic chat UI — drop-in routes, components and a pluggable provider seam for Claude and Ollama.

Developer Tools Score 100/100 0 findings 508/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.