ace-mcp-go

xiaoxu123195/ace-mcp-go
★ 14 stars Go 🔍 Search Updated today
Go-based MCP server for codebase indexing and semantic search (Augment-compatible)
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ace-mcp-go": {
      "command": "go",
      "args": [
        "run",
        "github.com/xiaoxu123195/ace-mcp-go@latest"
      ]
    }
  }
}

Topics

ai-toolsaugmentcode-indexingcode-searchgomcpmodel-context-protocolsemantic-search