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
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"goland-mcp-plus": {
"command": "npx",
"args": [
"-y",
"salatmaster/goland-mcp-plus"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add goland-mcp-plus npx -y salatmaster/goland-mcp-plus
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"goland-mcp-plus": {
"command": "npx",
"args": [
"-y",
"salatmaster/goland-mcp-plus"
]
}
}
}
📋 Copy
README Excerpt
**Go semantic tools for the MCP server built into GoLand.** 24 tools that answer questions about Go code the way the IDE answers them — through the type system, not through text search. > Listed as **Go MCP++** on the JetBrains Marketplace: plugin names may not contain > the word "GoLand". The repository keeps its original name.
Tools (20)
Circle Shape go_build_check go_change_signature go_doc go_extract_interface go_find_usages go_fix_imports go_generate_test go_implement_interface go_implementations go_inline go_interface_check go_interfaces_of go_mod go_move_files go_package_api go_read_files go_safe_delete go_source_of
Topics
ai-agents claude-code go goland golang intellij-plugin jetbrains mcp model-context-protocol refactoring