Awesome MCPSoftware Development

hloiseaufcms/mcp-gopls

⭐ 101 Go added to this list on 2025-05-06 repository created 2025-04-05

mcp-gopls puts Go's official language server, gopls, behind an MCP interface so an assistant working on Go code has the same information an editor has. Navigation tools cover go-to-definition, finding references and searching workspace symbols. Analysis tools provide hover information with types and documentation, diagnostics reporting compile errors and vet warnings, completion, and code actions including rename and other refactorings. Beyond the language server it wraps the Go toolchain itself: running go test and reporting results, producing coverage figures, running go mod tidy, and invoking govulncheck to report known vulnerabilities in the module's dependencies. That combination is what makes it more than an LSP bridge — the assistant can make a change, see whether it compiles, run the tests and check coverage without a human relaying command output. It is written in Go, requires Go 1.25 or newer with gopls available, is Apache-2.0 licensed, runs continuous integration and ships a container image on GitHub Container Registry. The README's summary is accurate: for Claude, Cursor or Copilot users working in Go, it supplies the type-accurate grounding that text-based reasoning about a codebase lacks. The audience is Go developers using coding agents on non-trivial projects.

https://github.com/hloiseaufcms/mcp-gopls

mcpgolanggoplslsptestingcoveragegovulncheckdeveloper-tools

Also in Software Development

Graphify-Labs/graphify

Graphify transforms codebases, documentation, and other files into queryable knowledge graphs, enhancing developer productivity with local AST parsing and detailed edge explanations.

upstash/context7

Context7 MCP Server is an MCP server that delivers up-to-date, version-specific code documentation and examples to enhance LLMs and AI code editors, ensuring accurate and current code generation.

DeusData/codebase-memory-mcp

High-performance Model Context Protocol (MCP) server that indexes codebases into a persistent knowledge graph for AI coding agents, supporting 158 languages, lightning-fast queries, and various dev...

github/github-mcp-server

GitHub MCP Server is an official Model Context Protocol server that integrates with GitHub APIs to enable advanced automation and AI-powered interactions with GitHub repositories and workflows.

tirth8205/code-review-graph

Code-review-graph is a local-first code intelligence solution that builds a persistent structural map of your codebase to provide precise context to AI coding tools, significantly reducing token us...

oraios/serena

Serena is a free and open-source coding agent toolkit that uses the Model Context Protocol to enable LLMs to autonomously perform semantic code retrieval and editing with IDE-like precision on complex codebases.

eyaltoledano/claude-task-master

Claude Task Master is an AI-powered task management system designed for AI-driven development that integrates seamlessly with various editors via the Model Control Protocol (MCP).

mksglu/context-mode

Context Mode is an MCP server designed to optimize context window usage for AI coding agents by sandboxing tool output, tracking session continuity with SQLite, and promoting LLMs as code generator...