MCP server for Python analysis with RUFF and VULTURE
MCP server for Python code analysis using RUFF for linting and VULTURE for dead code detection. Ideal for AI assistants and automated code review.
{
"mcpServers": {
"code-analyzer": {
"mcpServers": {
"code-analyzer": {
"args": [
"mcp-server-analyzer"
],
"command": "uvx"
}
}
}
}
}