mcpbeat Sign in

Delphi Codecoverage MCP Server

local only

Delphi Codecoverage runs on your own machine — the client starts it, so there is no endpoint to ping. 31 installs a week from npm. Last commit 12 Sep 2026.

Guide + snippets for Delphi/DUnitX projects that work with the DelphiCodeCoverage tool.

Installs per day peak 119 · avg 5
a month agotoday
31
Installs / week
npm · mcp-delphi-codecoverage
0
Stars
0 open issues
12 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Delphi Codecoverage every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add delphi-codecoverage -- npx -y mcp-delphi-codecoverage
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "delphi-codecoverage": {
      "args": [
        "-y",
        "mcp-delphi-codecoverage"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.delphi-codecoverage]
command = "npx"
args = ["-y", "mcp-delphi-codecoverage"]
.cursor/mcp.json
{
  "mcpServers": {
    "delphi-codecoverage": {
      "args": [
        "-y",
        "mcp-delphi-codecoverage"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "delphi-codecoverage": {
      "args": [
        "-y",
        "mcp-delphi-codecoverage"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Delphi Codecoverage

same job, measured the same way
Coverctl
by klarlabs-studio

Go code coverage analysis tool with MCP server for AI-powered coverage workflows

local only
Coverctl
by felixgeelhaar

Go code coverage analysis tool with MCP server for AI-powered coverage workflows

local only
Scopewalker MCP
by timohaa

Codebase analysis tools for AI agents: complexity, prop drilling, doc coverage, code smells.

111 installs/wk local only
Google Apps Script MCP
by a1-x-tech

MCP server for the Google Apps Script API: projects, code, versions, deployments and executions.

208 installs/wk local only
I
Spectra
by jorgesandoval

Generates unit tests for Python code with coverage before/after reports and concrete edge cases.

answering
OpenProject
by kar-thik

88 tools for the OpenProject API v3: work packages, attachments, git activity, time, reporting

158 installs/wk local only
Ailist MCP
by hifriendbot

MCP server for AiList — search and discover Ai projects from Claude Code

27 installs/wk local only
Codecov
by egulatee

MCP server for querying Codecov coverage data with configurable URL support

22 installs/wk local only

Delphi Codecoverage — questions

Answers built from our own checks of this server.

Why is there no uptime for Delphi Codecoverage?
Delphi Codecoverage runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mcp-delphi-codecoverage was installed 31 times last week.
How do I connect Delphi Codecoverage?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-delphi-codecoverage straight from npm; nothing to host, nothing to sign up for.
How many people use Delphi Codecoverage?
The npm package mcp-delphi-codecoverage was installed 31 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Delphi Codecoverage open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.