Home › Other › mcp-server-analyzer

mcp-server-analyzer

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

Python
★ 11 stars Last pushed 2026-08-30 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 0.4.1)

uvx mcp-server-analyzer

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-server-analyzer": {
      "command": "uvx",
      "args": [
        "mcp-server-analyzer"
      ]
    }
  }
}

Package (oci)

docker run -i --rm ghcr.io/anselmoo/mcp-server-analyzer:0.4.1

Or add to your MCP client config:

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

Related servers

Data from the Official MCP Registry