Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Ā© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. šŸ’» Developer Tools
  3. MCP Gopls
MCP Gopls logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 7:16:21 PM

MCP Gopls

User RatingsBe the first to rate and review this MCP server!
View Repository101 GitHub StarsTotal stargazers on GitHub for the source repository (101 stars).Visit Website
gogoplsdeveloper-toolscode-analysis

Connects AI clients to gopls for Go code navigation, diagnostics, editing, testing, coverage, and module tooling.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON ā–¾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "hloiseaufcms-mcp-gopls": {
      "command": "npx",
      "args": [
        "-y",
        "@mark3labs/mcp-inspector"
      ]
    }
  }
}

šŸ’” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesšŸ’» More in Developer Tools

Overview

hloiseaufcms/mcp-gopls MCP server exposes Go's gopls language-server capabilities and additional Go tooling through MCP. It communicates with gopls over LSP and returns structured results for navigation, diagnostics, formatting, refactoring, tests, coverage, dependency maintenance, and vulnerability checks. The server also provides workspace resources, prompts, and progress notifications for longer-running operations. Reach for it when an AI client needs more than read-only Go code inspection, including edits, test execution, or module analysis.

Use cases

•Navigate Go definitions and references from an AI coding client
•Review and fix Go diagnostics with structured results
•Run Go tests and inspect coverage through MCP
•Format, rename, and apply Go code actions
•Inspect modules and run vulnerability checks

Key features

•Go LSP navigation and workspace symbol search
•Diagnostics, hover, completion, formatting, and code actions
•Symbol renaming through MCP
•Go tests and coverage analysis
•Module tidy, graph inspection, and vulnerability checks
•Workspace resources, prompts, and progress notifications

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Gopls.

Extracted Tool Capabilities
Go LSP navigation and workspace symbol search
Diagnostics, hover, completion, formatting, and code actions
Symbol renaming through MCP
Go tests and coverage analysis
Module tidy, graph inspection, and vulnerability checks
Workspace resources, prompts, and progress notifications

How MCP Gopls works

What hloiseaufcms/mcp-gopls does

hloiseaufcms/mcp-gopls MCP server connects an MCP-compatible AI client to Go's official gopls language server. It exposes language features for a configured Go workspace, including definition lookup, reference search, hover information, completion, diagnostics, formatting, symbol renaming, code actions, and workspace symbol search.

Beyond LSP operations, the server exposes tools for running go test, analyzing coverage, applying go mod tidy, checking dependencies with govulncheck, and inspecting the module graph. It also publishes two workspace resources: an overview and the workspace's go.mod file. Curated prompts named summarize_diagnostics and refactor_plan support common diagnostic and refactoring workflows.

How it works

The server is implemented with the mark3labs/mcp-go library. It receives MCP requests from an AI client and uses the Language Server Protocol to communicate with gopls. The workspace is selected through configuration, allowing language-server operations to be scoped to a Go project.

Long-running commands can emit notifications/progress events, allowing clients to display status while tests, vulnerability checks, coverage analysis, or other operations are running. Results from the Go tooling helpers are structured for MCP clients rather than being limited to unstructured terminal output.

Setup and configuration

Install the command with Go:

bash
go install github.com/hloiseau/mcp-gopls/v2/cmd/mcp-gopls@latest

After installation, verify that mcp-gopls is available on PATH, then configure the client to invoke that binary with a workspace argument such as --workspace /absolute/path/to/project. Cursor and Claude Desktop setup examples are provided in the project documentation. A Docker image is also published at ghcr.io/hloiseau/mcp-gopls; container usage mounts a Go project at /workspace and passes --workspace /workspace.

Runtime options include --workspace, --gopls-path, --log-level, --rpc-timeout, and --shutdown-timeout. The README states that these options also have MCP_GOPLS_* environment-variable forms, but does not enumerate the exact variable names in the supplied material. Logging supports text or JSON output and optional file output.

Tools and capabilities

The documented MCP tools include:

  • go_to_definition, find_references, and search_workspace_symbols for code navigation.
  • check_diagnostics for file or workspace diagnostics.
  • get_hover_info and get_completion for editor-style assistance.
  • format_document, rename_symbol, and list_code_actions for code changes and refactoring support.
  • run_go_test, analyze_coverage, run_go_mod_tidy, run_govulncheck, and module_graph for Go project tooling.

The server is documented as tested with Go 1.25.x and gopls@latest. The repository carries an Apache 2.0 license.

Limitations and notes

hloiseaufcms/mcp-gopls MCP server is actively developed, so behavior and coverage may change. The supplied documentation does not define exact schemas for every tool or list every supported gopls version. It also does not provide a complete mapping of the MCP_GOPLS_* environment variables. The Docker examples require replacing the documented path placeholder with a real project path before use.

The README compares this project with the experimental MCP server built into gopls. That built-in option covers several read-oriented operations, but the supplied comparison identifies this project as the option with dedicated tools for editing-oriented LSP features, test execution, coverage, go mod tidy, and module-graph inspection.

Getting started with this hloiseaufcms/mcp-gopls MCP server

Always refer to the official documentation for the most accurate and up-to-date information.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Developer Tools View all alternatives
  • MCP Language Server logoMCP Language Server

    MCP Language Server helps MCP enabled clients navigate codebases more easily by giving them access to semantic tools like get definition, references, rename, and diagnostics.

    šŸ’» Developer Tools4 views
    Compare vs MCP Language Server →
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    šŸ’» Developer Tools8 views
    Compare vs Claude Task Master →
  • VSCode Devtools logoVSCode Devtools

    Connect to VSCode ide and use semantic tools like findusages

    šŸ’» Developer Tools4 views
    Compare vs VSCode Devtools →
  • Build logoBuild

    Structured build tool output (tsc, generic commands) as typed JSON diagnostics.

    šŸ’» Developer Tools4 views
    Compare vs Build →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
101
Stargazers on the source repository.
Last commit
2mo ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about MCP Gopls

Run `go install github.com/hloiseau/mcp-gopls/v2/cmd/mcp-gopls@latest`, then verify that `mcp-gopls` is on your `PATH`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMCP Gopls AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/hloiseaufcms-mcp-gopls?style=directory)](https://allmcps.com/mcp/hloiseaufcms-mcp-gopls)
HTML Embed
<a href="https://allmcps.com/mcp/hloiseaufcms-mcp-gopls"><img src="https://allmcps.com/api/badge/hloiseaufcms-mcp-gopls?style=directory" alt="MCP Gopls on AllMCPs" /></a>

Technical Specs & Signals

CategoryšŸ’»Developer Tools
PricingFree
More technical detailsExpand ā–¾
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseApache-2.0
ClientsClaude Desktop, Cursor
Last updatedSep 7, 2026
11/11 checks healthy over the last 33d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars101
GitHub Star CountTotal stargazers on GitHub representing community popularity (101 stars).
Last commit2mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jun 22, 2026
52Quality signal: Good Ā· 52/100How this signal is calculated ā–¾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools23/30
Adoption & activity6/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 20d ago via OSV.dev Ā· @mark3labs/mcp-inspector (npm)

ā˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in šŸ’» Developer Tools →Best MCP servers for Developers →Alternatives to MCP Gopls →Install in Claude DesktopInstall in CursorInstall in VS Code