📡 MCP Radar

salatmaster/goland-mcp-plus

Go semantic tools for the MCP server built into GoLand: 24 tools that answer questions about Go code through the type system, not text search

3 stars
0 forks
Kotlin
momentum ▲ 6.0
created 2026-08-09
on radar since 2026-08-12
ai-agentsclaude-codegogolandgolangintellij-pluginjetbrainsmcpmodel-context-protocolrefactoring
View on GitHub ↗Homepage ↗

About goland-mcp-plus

Your agent stops grepping Go and starts asking the compiler. 24 Go tools for the MCP server built into GoLand.

Go has no implements keyword. Which types satisfy an interface is written down nowhere — it exists only in the IDE's model. So when an agent reaches for grep, it gets answers that look right and are wrong.

The compiler says that it failed, never why. One tool call does:

That gap runs through the language. grep Close finds forty unrelated methods and misses every one promoted through embedding. A signature change means finding every caller and getting each argument order right. Neither is a text problem.

1. The plugin. Download the zip from the latest release, then Settings Plugins ⚙ Install Plugin from Disk.

(Not on the JetBrains Marketplace yet. Building from source is a contributor path — see CONTRIBUTING.)

2. Point your agent at the IDE. The MCP server is the IDE, on a port it computes per instance — so never write the port by hand. Open Settings Tools MCP Server, enable it, then:

Client How --- --- Claude Code, Codex, Cursor and friends Auto-Configure — the IDE writes the config and keeps the port in sync anything else Copy config: HTTP Stream, paste into your client

Prefer HTTP Stream. SSE is offered too, but it is the transport MCP has since deprecated in favour of streamable HTTP; take Stdio only for a client that speaks nothing else.

GoLand also raises a banner when it notices Claude or Codex start in a terminal without a matching setup.

From the project README.

Maintaining this server?

Add the radar badge to your README — it shows your project was picked up by MCP Radar and links to this page:

[![On MCP Radar](https://mcp.liqiwa.com/badge.svg)](https://mcp.liqiwa.com/s/salatmaster--goland-mcp-plus.html)

Related MCP servers

Kota-Karthik/secure-actions

MCP server for secure AI agent authentication — lets Claude, Claude Code, and other LLM agents call APIs without exposing raw tokens or credentials to the model

⭐ 3Go
bybit-exchange/kaas

Turn scattered notes, docs and transcripts into a queryable Markdown wiki — an LLM knowledge-base compiler with MCP access, no embeddings, self-hosted.

⭐ 82Python
Role1776/mcp-retrieval

Fast, idiomatic Go MCP server for web search, image search, and page scraping to Markdown. Runs locally, no API keys, free.

⭐ 7Go
Smitner-Studio/facet

Render agent-written Markdown as a live local page, and send the human's click back to the agent as typed data. Human-in-the-loop approval gates for coding agents.

⭐ 4Go
sainitish1609/mcp-guard

🛡️ Ultra-fast local security firewall, secret sanitizer, and context token compressor for Claude Code, Cursor, and MCP AI agents.

⭐ 3Go
risa-labs-inc/BossConsole

Open-source, multi-platform harness for AI agents — a native, multi-threaded operator's console (JVM, not Electron) to run Claude Code, Codex, Gemini or OpenCode with a real browser, terminal, editor,

⭐ 199Kotlin

📬 Get the weekly radar in your inbox

The top new MCP servers of the week, every Monday. No spam, unsubscribe anytime.