Back to Home
Pratham-Prog861 icon

mcp-code-analyzer

Verified Safe

by Pratham-Prog861

Overview

Analyzes JavaScript/TypeScript code quality in real-time, providing linting suggestions via both a Model Context Protocol (MCP) server and a standalone HTTP API.

Installation

Run Command
npm run dev

Security Notes

The server performs static code analysis using ESLint on user-provided code. It does not execute the input code, significantly reducing dynamic execution risks (e.g., no 'eval' or direct arbitrary code execution). No hardcoded secrets or obvious malicious patterns are present. Input sanitization is inherently handled by ESLint's static analysis process. The risk is very low.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens250
Stars0
Forks0
Last Update2025-12-02

Tags

ESLintCode AnalysisMCPJavaScriptTypeScript