codemcp
Verified Safeby akhenakh
Overview
Provides structural code search for Go codebases, integrating AST analysis and Gopls for AI agents via the Model Context Protocol.
Installation
codemcpSecurity Notes
The server correctly restricts file access for the `read_file` tool to explicitly allowed directories (project root, Go Module Cache, Go Standard Library) using `isAllowedPath` checks and path sanitization, preventing arbitrary file system access. It spawns trusted system commands (`gopls`, `go env`, `git ls-files`) as subprocesses. No 'eval' or hardcoded secrets were found, and it communicates over stdio, limiting external network attack surfaces.
Similar Servers
cclsp
Integrate LLM-based coding agents with Language Server Protocol (LSP) servers to enable robust code navigation, symbol resolution, and refactoring across various programming languages.
mcp-k8s-go
This MCP server enables interaction with Kubernetes clusters to list, get, apply, and execute commands on various resources through a conversational interface.
mcp-devtools
A high-performance MCP server providing a unified interface to essential developer tools, featuring OAuth 2.0/2.1 authorization and a multi-layered security framework.
tenets
Provides intelligent, token-optimized code context and automatically injects guiding principles to AI coding assistants for enhanced understanding and consistent interactions.