mcp server analyzer for VS Code
io.github.anselmoo/mcp-server-analyzer
MCP server for Python, JavaScript, and TypeScript code analysis with Ruff, ty, Vulture, and Biome
client:VS Code
transport:stdio
runtime:pypi
Install mcp server analyzer in VS Code
.vscode/mcp.json
{
"servers": {
"mcp-server-analyzer": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-server-analyzer"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs