Skip to content
Cline

mcp server analyzer for Cline

io.github.anselmoo/mcp-server-analyzer

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

client:Cline transport:stdio runtime:pypi

Install mcp server analyzer in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

mcp server analyzer in other clients