Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by akhenakh • Uncategorized
An MCP server providing structural code search for Go codebases with local AST analysis and gopls integration.
Search Go codebases and their dependencies for functions, structs, and interfaces.
Perform structural code search smarter than grep by understanding Go AST and symbols.
Read file contents within project roots or Go module caches after locating relevant files.
CodeMCP enables intelligent code search by parsing local Go files and querying the Go language server for dependencies and standard library symbols. It ranks results to prioritize business logic over library code and supports fuzzy filename search for non-Go code. The server can be used interactively via CLI or integrated with AI agents through MCP protocol over stdio.