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 FazierFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowAI ToolzShinyLaunchMillion Dot HomepageSolver ToolsFeatured on FazierFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowAI ToolzShinyLaunchMillion Dot HomepageSolver Tools

© 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
Go Language Server MCP
🔵

Go Language Server MCP MCP Server

Go language server for intelligent code completion, diagnostics, and refactoring in Go projects.

gogolanglanguage-server

About

## Go Language Server MCP: Intelligent Go Development with gopls The **Go Language Server MCP** integrates gopls, the official Go language server, directly into Google Antigravity. Get intelligent code completion, real-time diagnostics, and powerful navigation for Go projects with full module support. ### Why Go LSP MCP? Go's simplicity is its strength, but modern tooling makes it even better. The gopls MCP provides: - **Fast Completions**: Lightning-fast suggestions with type information - **Module Support**: Full Go modules and workspace handling - **Error Detection**: Catch issues before running go build - **Code Navigation**: Jump to definitions across packages - **Refactoring**: Safe rename and extract operations ### Key Features #### 1. Intelligent Completions Context-aware Go suggestions: ``` "Complete this struct field" "Show available methods on this type" "Suggest error handling patterns" "Auto-import missing packages" ``` #### 2. Diagnostics Real-time error checking: - Type errors and mismatches - Unused imports and variables - Missing return statements - Interface implementation checks #### 3. Code Navigation Explore your codebase: - Go to definition (including stdlib) - Find all references - Show implementations of interfaces - Navigate to tests #### 4. Formatting and Organization Keep code clean: - gofmt integration - goimports for import management - Organize imports automatically ### Configuration ```json { "mcpServers": { "gopls": { "command": "gopls", "args": ["serve", "--mcp"], "env": { "GOPATH": "~/go", "GO111MODULE": "on" } } } } ``` ### Best Practices 1. **Use Go Modules**: gopls works best with modules enabled 2. **Workspace Mode**: Configure for multi-module repositories 3. **Build Tags**: Set up build constraints properly 4. **Staticcheck**: Enable additional analyzers for more lints The Go LSP MCP brings IDE-quality Go development to Google Antigravity with the speed Go developers expect.

Installation

Configuration
{
  "mcpServers": {
    "gopls": {}
  }
}

How to Use

    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