Google Antigravity Directory

The #1 directory for Google Antigravity prompts, rules, workflows & MCP servers. Optimized for Gemini 3 agentic development.

Resources

PromptsMCP ServersAntigravity RulesGEMINI.md GuideBest Practices

Company

Submit PromptAntigravityAI.directory

Popular Prompts

Next.js 14 App RouterReact TypeScriptTypeScript AdvancedFastAPI GuideDocker Best Practices

Legal

Privacy PolicyTerms of ServiceContact Us
Featured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowFeatured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App Show

© 2026 Antigravity AI Directory. All rights reserved.

The #1 directory for Google Antigravity IDE

This website is not affiliated with, endorsed by, or associated with Google LLC. "Google" and "Gemini" are trademarks of Google LLC.

Antigravity AI Directory
PromptsMCPBest PracticesUse CasesLearn
Home
MCP Servers
Code Checker
check-circle

Code Checker MCP Server

MCP server for code quality with pylint and pytest

lintingpytestpylintcode-qualitypython

About

## Code Checker MCP Server: Real-Time Code Validation The **Code Checker MCP Server** provides instant code validation and error checking within Google Antigravity, enabling real-time feedback on syntax errors, type mismatches, and common programming mistakes. ### Why Code Checker MCP? - **Instant Feedback**: Get immediate validation results as you write or modify code - **Multi-Language Support**: Check syntax and semantics for JavaScript, TypeScript, Python, and more - **Type Checking**: Validate type annotations and catch type errors before runtime - **Import Validation**: Verify import statements and module resolutions are correct - **Configuration Validation**: Check configuration files like JSON, YAML, and TOML for errors ### Key Features #### 1. Syntax Validation ```python from anthropic import Anthropic client = Anthropic() response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Check this Python file for syntax errors and undefined variables" }] ) ``` #### 2. Type Checking ```python # Validate types response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Run type checking on the TypeScript project and show all type errors" }] ) ``` #### 3. Import Resolution ```python # Check imports response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Verify all import statements resolve correctly and identify missing dependencies" }] ) ``` #### 4. Config Validation ```python # Validate config files response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Validate package.json, tsconfig.json, and .eslintrc against their schemas" }] ) ``` ### Configuration ```json { "mcpServers": { "code-checker": { "command": "npx", "args": ["-y", "@anthropic/mcp-server-code-checker"], "env": { "CHECKER_LANGUAGES": "typescript,python,json", "CHECKER_STRICT_MODE": "true" } } } } ``` ### Use Cases **Development Feedback**: Get instant error feedback without waiting for build or compilation. **Pre-Commit Validation**: Verify code correctness before committing to version control. **Learning Aid**: Help developers understand errors with clear explanations and fix suggestions. **CI Pre-Check**: Quickly validate code before running full CI pipeline to save time. The Code Checker MCP Server provides rapid code validation, catching errors early and accelerating the development feedback loop.

Installation

Configuration
{
  "mcpServers": {
    "code-checker": {
      "mcpServers": {
        "code-checker": {
          "args": [
            "mcp-code-checker"
          ],
          "command": "uvx"
        }
      }
    }
  }
}

How to Use

  1. 11. Run pylint checks and pytest tests
  2. 22. Mypy type checking support
  3. 33. LLM-friendly prompts for fixes

Related MCP Servers

🧰

Toolhouse MCP

Universal AI tool platform that equips your AI with production-ready capabilities. Execute code, browse the web, manage files, send emails, and more through a unified MCP interface.

🔨

Smithery Registry MCP

The MCP server registry and discovery platform. Browse, search, and install MCP servers from the community. Find the perfect integrations for your AI development workflow.

🔍

MCP Inspector

Official debugging and testing tool for MCP servers. Inspect server capabilities, test tool calls, validate responses, and debug protocol communication in real-time.

← Back to All MCP Servers