Code Analyzer MCP Server
@vigourpt
About Code Analyzer MCP Server
MCP server for analyzing code for bugs, errors, and functionality issues
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Code Analyzer MCP Server?
An MCP server that provides tools to analyze code for bugs, errors, and functionality issues, with options to fix them. It supports JavaScript/TypeScript, HTML, CSS, and Python using ESLint, HTMLHint, Stylelint, and Pyright respectively.
How to use Code Analyzer MCP Server?
Install and configure in MCP settings, then restart VSCode or Claude. Use the analyze_code, fix_issues, and get_fix_suggestions tools via MCP client, specifying path and optional language or fix flag.
Key features of Code Analyzer MCP Server
- Analyze JavaScript/TypeScript code using ESLint
- Analyze HTML code using HTMLHint
- Analyze CSS code using Stylelint
- Analyze Python code using Pyright
- Automatically fix issues when possible
- Get suggestions for fixing identified issues
Use cases of Code Analyzer MCP Server
- Check JavaScript files for errors and automatically fix them
- Validate HTML markup for compliance and correctness
- Lint CSS stylesheets for syntax and best practices
- Analyze Python code for type and logic issues
- Get targeted suggestions for specific issues found in code
FAQ from Code Analyzer MCP Server
What languages does Code Analyzer MCP Server support?
It supports JavaScript, TypeScript, HTML, CSS, and Python, with auto-detection or manual selection.
Can Code Analyzer MCP Server automatically fix issues?
Yes, use the analyze_code tool with fix: true to attempt automatic fixes.
What tools does Code Analyzer MCP Server provide?
It provides analyze_code, fix_issues, and get_fix_suggestions tools.
How do I specify which language to analyze?
Use the optional language parameter in analyze_code; it defaults to auto-detection.
What are the required parameters for the tools?
analyze_code requires path; fix_issues requires path and issueIds; get_fix_suggestions requires path and issueId.
More Developer Tools MCP servers
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers
MCP-Scan: An MCP Security Scanner
invariantlabs-aiSecurity scanner for AI agents, MCP servers and agent skills.
nuxt-mcp / vite-plugin-mcp
antfuMCP server helping models to understand your Vite/Nuxt app better.
test
harlancA simple,high performance and secure live media server in pure Rust (RTMP[cluster]/RTSP/WebRTC[whip/whep]/HTTP-FLV/HLS).🦀
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
Comments