Test Intel MCP Server

Turn JavaScript and TypeScript coverage artifacts into practical test priorities. The server reads local coverage and source files, identifies gaps, scores function complexity, and suggests focused test cases without sending code to an external service. Its 4 documented tools cluster into read & search, analyze, suggest.

People who work with coverage, developer tools and testing and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-18 · ★ 3 · #215 OF 945 MAINTAINED OTHER · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Test Intel

before you install - you'll need

The README does not document required environment variables for a basic install.

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

An agent gets 4 documented tools across read & search, analyze, suggest, including analyze_test_coverage, find_untested_functions, get_function_complexity, suggest_test_cases.

Capability map

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

read & search

2 tools - e.g. Which source functions have no corresponding test file?; Which functions deserve testing attention first?

find_untested_functions · get_function_complexity

Analyze

1 tool - e.g. Which files, functions, lines, and branches remain uncovered?

analyze_test_coverage

Suggest

1 tool - e.g. Which happy path, boundary, error, async, and type cases should be reviewed?

suggest_test_cases

Latest releases

v0.8.1 · 2026-08-26

Real coverage evidence · This release adds a reproducible case study from p-limit 7.3.1. All 22 upstream tests pass, while the resulting lcov artifact still exposes two uncovered lines and one uncovered branch. · Line…

v0.7.0 · 2026-08-25

Publish to the registry the workflow authenticates against

v0.5.1 · 2026-03-13

04 · Who maintains Test Intel

Test Intel is maintained by barissozudogru. We track 3 MCP servers from barissozudogru - 3 actively maintained, 7 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 #215 of 945 actively-maintained other servers as of 2026-09-18.
release cadence
2 releases in the last 90 days (latest 2026-08-26)
registry
io.github.barissozudogru/test-intel (active, first published 2026-08-20 · 3 versions)
packages
npm:@barissozudogru/test-intel-mcp

06 · Test Intel FAQ

Is Test Intel still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-18 and it shipped 2 releases in the last 90 days. We re-verify nightly.

What can Test Intel do?

An agent gets 4 documented tools across read & search, analyze, suggest, including analyze_test_coverage, find_untested_functions, get_function_complexity, suggest_test_cases.

How do I install Test Intel?

Run `npx -y @barissozudogru/test-intel-mcp`. The README does not document required environment variables for a basic install. 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

More MCP servers to compare · Token Compressor · Forums · Myco: Agent-First Cognitive Substrate · Janusmcp · Daimonos

More TypeScript MCP servers · VRChat MCP · Parecode · Beat Design · Chronoverify · see all