codetest-mcp
Runs ESLint headless to perform linting on JavaScript/TypeScript code, identifying potential errors and style violations.
Detects syntax errors in Python code using Python's compile() function, providing AST-level error checking.
Runs Ruff headless to perform linting on Python code, identifying style and correctness issues.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@codetest-mcpRun ast_check and lint_check on my project files"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
codetest-mcp — AST & Linter MCP Server
정의서의 이중 검증 분석기 중 "정통적 오류" 축을 담당하는 MCP(stdio) 서버입니다.
정통적 오류(문법, 타입, 오탈자, 잘못된 변수 사용): AST & Linter MCP가 Headless 모드로 실행하여 100% 팩트 기반 검출.
제공 도구 (MCP Tools)
도구 | 설명 |
| Tree-sitter 파스 트리의 |
| 설치된 실제 린터( |
| 서버 상태 및 사용 가능한 린터/문법 목록 |
모든 도구는 동일한 입력/출력 스키마를 씁니다.
// 입력
{ "files": [ { "path": "src/A.java", "content": "...", "language": "java" } ] }
// 출력
{ "findings": [
{ "file_path": "src/A.java", "line": 42, "severity": "error",
"rule": "ast-parse-error", "message": "...", "source": "ast" }
] }Related MCP server: code-graph-mcp
실행
pip install -e .
python -m codetest_mcp.server # stdio 모드agent-server 가 CODETEST_MCP_COMMAND / CODETEST_MCP_ARGS 설정으로 이 서버를
stdio 자식 프로세스로 기동합니다. 별도로 띄울 필요는 없고, 단독 실행은 디버깅 용도입니다.
배포 위치
별도 관리 서버 — agent-server 와 같은 호스트에 배치합니다 (stdio 로 통신하므로 동일 머신에 있어야 합니다).
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityAmaintenanceAn MCP server that performs comprehensive Python code analysis using Ruff, ty, and Vulture for linting, type checking, and dead code detection.Last updated811MIT
- AlicenseAqualityDmaintenanceMCP server for comprehensive code analysis, navigation, and quality assessment across 25+ programming languages.Last updated988MIT
- Alicense-qualityDmaintenanceCode linting and style checking tools for AI agents, exposed as an MCP server. Supports style checks, naming conventions, complexity analysis, dead code detection, and import analysis.Last updated37MIT
- Alicense-qualityDmaintenanceA modular MCP server for code analysis using ast-grep, enabling structural pattern matching and transformations across multiple languages.Last updatedMIT
Related MCP Connectors
Free MCP tools: the only MCP linter, health checks, cost estimation, and trust evaluation.
MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.
Scan any public GitHub MCP-server repo for security issues. 37 MCP-specific L1 rules, 8 languages.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jihyun0410/codetest-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server