Test Intel MCP Server

Test coverage intelligence MCP server for TypeScript and JavaScript projects. Analyzes coverage reports, detects untested functions, and scores cyclomatic complexity locally, with no external services and no authentication required. Its 4 documented tools cluster into read & search, analyze, suggest.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-20 · ★ 4 · #323 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Test Intel

Claude Code

claude mcp add barissozudogru-test-intel-mcp -- npx -y @barissozudogru/test-intel-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "barissozudogru-test-intel-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@barissozudogru/test-intel-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @barissozudogru/test-intel-mcp - published under the repo owner's npm scope (@barissozudogru)

registry namespace io.github.barissozudogru is GitHub-verified and matches the repo owner

03 · What Test Intel can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can parse lcov, istanbul JSON, or cobertura XML reports and surface uncovered files, functions, lines, and branches, scan a source directory for functions with no corresponding test file, and analyze a specific function and generate categorized test case suggestions.

Capability map

Tools grouped from the project's README - what Test Intel lets an agent do.

read & search

2 tools - e.g. Scan a source directory for functions with no corresponding test file; Compute cyclomatic complexity per function to prioritize what to test first

find_untested_functions · get_function_complexity

Analyze

1 tool - e.g. Parse lcov, istanbul JSON, or cobertura XML reports and surface uncovered files, functions, lines, and branches

analyze_test_coverage

Suggest

1 tool - e.g. Analyze a specific function and generate categorized test case suggestions

suggest_test_cases

Latest releases

v0.5.1 · 2026-03-13

v0.5.0 · 2026-03-12

See CHANGELOG.md for details

v0.4.0 · 2026-03-12

04 · Who maintains Test Intel

test-intel is maintained by barissozudogru. We track 3 MCP servers from barissozudogru - 3 actively maintained, 8 combined GitHub stars, oldest repo from Mar 2026. Full record: all servers from barissozudogru.

  1. release-intel Correlates commits, PRs, issues and contributors between two git refs for release notes. ★ 2
  2. gha-intel Workflow timing analysis, configuration audit and billing insight for GitHub Actions. ★ 2

05 · Facts

category
other - ranked #323 of 848 actively-maintained other servers as of 2026-08-25.
registry
io.github.barissozudogru/test-intel (active, first published 2026-08-20)
packages
npm:@barissozudogru/test-intel-mcp

06 · Test Intel FAQ

Is Test Intel still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-20. We re-verify nightly.

What can Test Intel do?

With this server connected, an agent can parse lcov, istanbul JSON, or cobertura XML reports and surface uncovered files, functions, lines, and branches, scan a source directory for functions with no corresponding test file, and analyze a specific function and generate categorized test case suggestions.

How do I install Test Intel?

Run `npx -y @barissozudogru/test-intel-mcp`. You can also paste the ready-made client config above.

Does Test Intel run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Test Intel