# io.github.Anselmoo/mcp-server-analyzer (oci · ghcr.io/anselmoo/mcp-server-analyzer:0.4.1)

MCP server for Python, JavaScript, and TypeScript code analysis with Ruff, ty, Vulture, and Biome

- Trust score: 51/100 (low)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- oci · `ghcr.io/anselmoo/mcp-server-analyzer:0.4.1`: 51/100 (this document), [markdown](https://verifymcp.io/servers/anselmoo-mcp-server-analyzer/ghcr-io-anselmoo-mcp-server-analyzer-0-4-1.md), [page](https://verifymcp.io/servers/anselmoo-mcp-server-analyzer/ghcr-io-anselmoo-mcp-server-analyzer-0-4-1)
- pypi · `mcp-server-analyzer`: 79/100, [markdown](https://verifymcp.io/servers/anselmoo-mcp-server-analyzer/mcp-server-analyzer.md), [page](https://verifymcp.io/servers/anselmoo-mcp-server-analyzer/mcp-server-analyzer)

## Channel facts

- Registry: `oci`
- Package: `ghcr.io/anselmoo/mcp-server-analyzer:0.4.1`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-20.

- **Supply Chain Security**: 0/100
  - Malware scan not yet available for this package.
  - Known CVEs could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.
  - Install-script risk not yet assessed.
  - Dependency health could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.
- **Provenance & Transparency**: 48/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 20 days ago).
  - Publishes a security disclosure policy (SECURITY.md).
- **Schema Quality & AI Usability**: 85/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 497 tokens (~49/item across 10 items; 8 tools + 2 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 57/100
  - Stability observed for 17 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 8 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 9 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### How do I install the io.github.Anselmoo/mcp-server-analyzer server?

io.github.Anselmoo/mcp-server-analyzer runs locally as a container image, launched with docker run --rm -i ghcr.io/anselmoo/mcp-server-analyzer:0.4.1. Ready-made configuration for Claude, Cursor, VS Code, Codex and 3 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add anselmoo-mcp-server-analyzer -- docker run --rm -i ghcr.io/anselmoo/mcp-server-analyzer:0.4.1
```

### Cursor

```json
{
  "mcpServers": {
    "anselmoo-mcp-server-analyzer": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/anselmoo/mcp-server-analyzer:0.4.1"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "anselmoo-mcp-server-analyzer": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/anselmoo/mcp-server-analyzer:0.4.1"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add anselmoo-mcp-server-analyzer -- docker run --rm -i ghcr.io/anselmoo/mcp-server-analyzer:0.4.1
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "anselmoo-mcp-server-analyzer": {
      "type": "local",
      "command": [
        "docker",
        "run",
        "--rm",
        "-i",
        "ghcr.io/anselmoo/mcp-server-analyzer:0.4.1"
      ],
      "enabled": true
    }
  }
}
```

### Hermes

```yaml
mcp_servers:
  anselmoo-mcp-server-analyzer:
    command: "docker"
    args: ["run", "--rm", "-i", "ghcr.io/anselmoo/mcp-server-analyzer:0.4.1"]
```

### Netclaw

```json
{
  "McpServers": {
    "anselmoo-mcp-server-analyzer": {
      "Transport": "stdio",
      "Command": "docker",
      "Arguments": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/anselmoo/mcp-server-analyzer:0.4.1"
      ]
    }
  }
}
```

### Other

```json
{
  "mcpServers": {
    "anselmoo-mcp-server-analyzer": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/anselmoo/mcp-server-analyzer:0.4.1"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-20 (score 51, +1)

No change was recorded against any check on this day. Stability & Change Management went from 53 to 57. That category is still filling its 30-day observation window: 16 days of observed history at the previous scan, 17 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-18 (score 50, +1)

No change was recorded against any check on this day. Stability & Change Management went from 47 to 50. That category is still filling its 30-day observation window: 14 days of observed history at the previous scan, 15 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-15 (score 49, +1)

No change was recorded against any check on this day. Stability & Change Management went from 37 to 40. That category is still filling its 30-day observation window: 11 days of observed history at the previous scan, 12 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-13 (score 48, +1)

No change was recorded against any check on this day. Stability & Change Management went from 30 to 33. That category is still filling its 30-day observation window: 9 days of observed history at the previous scan, 10 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-11 (score 47, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-09-03 (score 43)

First indexed and scored.

## MCP tools (8)

### `ruff-check` (~48 tokens)

Lint Python code using RUFF to identify style violations and potential errors.

Input parameters:

- `code` (string, required): Python code to analyze
- `config_path`: Optional path to RUFF configuration file

Output parameters:

- `fixable_issues` (integer): Number of auto-fixable issues
- `issues` (array): List of linting issues found
- `total_issues` (integer): Total number of issues

### `ruff-format` (~43 tokens)

Format Python code using RUFF's fast formatter.

Input parameters:

- `code` (string, required): Python code to format
- `config_path`: Optional path to RUFF configuration file

Output parameters:

- `changed` (boolean): Whether the code was modified during formatting
- `formatted_code` (string): The formatted Python code

### `ruff-check-ci` (~66 tokens)

Run RUFF linter with CI/CD-specific output formats.

Input parameters:

- `code` (string, required): Python code to lint
- `config_path`: Optional path to RUFF configuration file
- `output_format` (string): Output format (json, gitlab, github, sarif)

Output parameters:

- `format` (string): Output format used (json, gitlab, github, sarif)
- `output` (string): Raw RUFF output in the requested format
- `success` (boolean): Whether the check completed without errors

### `ty-check` (~42 tokens)

Type-check Python code using ty.

Input parameters:

- `code` (string, required): Python code to analyze
- `project_path`: Optional project directory used for ty config and import resolution

Output parameters:

- `diagnostics` (array): List of type diagnostics found
- `error_count` (integer): Number of error diagnostics
- `total_diagnostics` (integer): Total number of diagnostics
- `warning_count` (integer): Number of warning diagnostics

### `vulture-scan` (~51 tokens)

Detect dead/unused code using VULTURE.

Input parameters:

- `code` (string, required): Python code to analyze
- `min_confidence` (integer): Minimum confidence level (0-100) for reporting items

Output parameters:

- `high_confidence_items` (integer): Number of items with confidence >= 80
- `total_items` (integer): Total number of unused items
- `unused_items` (array): List of unused code items found

### `biome-check` (~66 tokens)

Lint JavaScript/TypeScript code using Biome.

Input parameters:

- `code` (string, required): JS/TS/JSX/TSX code to analyze
- `filename` (string): Virtual filename used to select parser and rule set (e.g., "app.ts", "index.jsx")

Output parameters:

- `errors` (integer): Number of error-severity diagnostics
- `issues` (array): List of diagnostics found
- `total_issues` (integer): Total number of diagnostics
- `warnings` (integer): Number of warning-severity diagnostics

### `biome-format` (~62 tokens)

Format JavaScript/TypeScript code using Biome.

Input parameters:

- `code` (string, required): JS/TS/JSX/TSX code to format
- `filename` (string): Virtual filename used to select parser (e.g., "app.ts", "index.jsx")

Output parameters:

- `changed` (boolean): Whether the code was modified during formatting
- `formatted_code` (string): The formatted JS/TS code

### `analyze-code` (~90 tokens)

Comprehensive analysis combining Ruff linting, ty type checking, and Vulture dead code detection.

Input parameters:

- `code` (string, required): Python code to analyze
- `min_confidence` (integer): Minimum confidence level for VULTURE (default: 80)
- `project_path`: Optional project directory used by ty for config and import resolution
- `ruff_config_path`: Optional path to RUFF configuration file

Output parameters:

- `ruff_result` (object): RUFF linting results
- `summary` (object): Summary statistics of the analysis
- `ty_result` (object): ty type-checking results
- `vulture_result` (object): VULTURE dead code detection results

## Diagnostics

Captured diagnostic sections: Provenance. The full working is on the page: https://verifymcp.io/servers/anselmoo-mcp-server-analyzer/ghcr-io-anselmoo-mcp-server-analyzer-0-4-1#diagnostics

## Score history

- 2026-09-20: 51
- 2026-09-19: 50
- 2026-09-18: 50
- 2026-09-17: 49
- 2026-09-16: 49
- 2026-09-15: 49
- 2026-09-14: 48
- 2026-09-13: 48
- 2026-09-12: 47
- 2026-09-11: 47
- 2026-09-10: 43
- 2026-09-09: 43
- 2026-09-08: 43
- 2026-09-07: 43
- 2026-09-06: 43
- 2026-09-05: 43
- 2026-09-04: 43
- 2026-09-03: 43

## Common questions

### What is the io.github.Anselmoo/mcp-server-analyzer server?

io.github.Anselmoo/mcp-server-analyzer is listed in the public MCP registry as io.github.Anselmoo/mcp-server-analyzer. MCP server for Python, JavaScript, and TypeScript code analysis with Ruff, ty, Vulture, and Biome. This page covers its container image (ghcr.io/anselmoo/mcp-server-analyzer:0.4.1).

### Is the io.github.Anselmoo/mcp-server-analyzer server safe to use?

io.github.Anselmoo/mcp-server-analyzer scores 51 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the io.github.Anselmoo/mcp-server-analyzer server expose?

io.github.Anselmoo/mcp-server-analyzer exposes 8 tools: ruff-check, ruff-format, ruff-check-ci, ty-check, vulture-scan, and 3 more. Their descriptions and schemas cost roughly 468 tokens of context every time the server is loaded.

### Is the io.github.Anselmoo/mcp-server-analyzer server still maintained?

io.github.Anselmoo/mcp-server-analyzer is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

### What licence is the io.github.Anselmoo/mcp-server-analyzer server under?

io.github.Anselmoo/mcp-server-analyzer declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.

## Links

- Repository: https://github.com/Anselmoo/mcp-server-analyzer
- Changelog RSS feed: https://verifymcp.io/servers/anselmoo-mcp-server-analyzer/ghcr-io-anselmoo-mcp-server-analyzer-0-4-1.xml
- Changelog JSON feed: https://verifymcp.io/servers/anselmoo-mcp-server-analyzer/ghcr-io-anselmoo-mcp-server-analyzer-0-4-1.json
- HTML version of this page: https://verifymcp.io/servers/anselmoo-mcp-server-analyzer/ghcr-io-anselmoo-mcp-server-analyzer-0-4-1
