Go-based MCP server for codebase indexing and semantic search (Augment-compatible)
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"
]
}
}
}
Run in terminal:
claude mcp add ace-mcp-go go run github.com/xiaoxu123195/ace-mcp-go@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"ace-mcp-go": {
"command": "go",
"args": [
"run",
"github.com/xiaoxu123195/ace-mcp-go@latest"
]
}
}
}