Back to directory
go-archer

go-archer

@shaydo-deriv0

A Go-based tool that inspects and analyzes package dependencies within a project, capable of running as an MCP server to provide dependency graph information.

godependency-analysiscode-inspectiontool

Installation & Configuration

{
  "mcpServers": {
    "go-archer": {
      "command": "go-archer",
      "args": [
        "mcp-server"
      ],
      "env": {
        "HOME": "/home/me",
        "GOPATH": "/home/me/go"
      }
    }
  }
}

Information

Transport
stdio
Language
Go
Created
2025/4/24
Updated
2025/4/24