GitHub / github / github-mcp-server
GitHub's official MCP Server
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fgithub-mcp-server
PURL: pkg:github/github/github-mcp-server
Stars: 15,347
Forks: 1,042
Open issues: 134
License: mit
Language: Go
Size: 786 KB
Dependencies parsed at:
188
Created at: 4 months ago
Updated at: 6 days ago
Pushed at: 6 days ago
Last synced at: 6 days ago
Topics: github, mcp, mcp-server
- actions/cache v4 composite
- actions/checkout v4 composite
- docker/build-push-action 0565240e2d4ab88bba5387d719585280857ece09 composite
- docker/login-action 343f7c4344506bcbf9b4de18042ae17996df046d composite
- docker/metadata-action 96383f45573cb7f253c731d3b3ab81c87ef81934 composite
- docker/setup-buildx-action f95db51fddba0c2d1ec667646a06c2ce06100226 composite
- reproducible-containers/buildkit-cache-dance 4b2444fec0c0fb9dbf175a96c094720a692ef810 composite
- sigstore/cosign-installer 59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 composite
.github/workflows/go.yml
actions
- actions/checkout v4 composite
- actions/setup-go v5 composite
.github/workflows/goreleaser.yml
actions
- actions/checkout v4 composite
- actions/setup-go v5 composite
- goreleaser/goreleaser-action 9c156ee8a17a598857849441385a2041ef570552 composite
- actions/checkout v4 composite
- actions/setup-go v5 composite
.github/workflows/lint.yaml
actions
- actions/checkout v4 composite
- actions/setup-go v5 composite
Dockerfile
docker
- gcr.io/distroless/base-debian12 latest build
- golang 1.23.7 build
go.mod
go
- github.com/Microsoft/go-winio v0.6.2
- github.com/aws/smithy-go v1.22.3
- github.com/containerd/log v0.1.0
- github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
- github.com/distribution/reference v0.6.0
- github.com/docker/docker v28.0.4+incompatible
- github.com/docker/go-connections v0.5.0
- github.com/docker/go-units v0.5.0
- github.com/felixge/httpsnoop v1.0.4
- github.com/fsnotify/fsnotify v1.8.0
- github.com/go-logr/logr v1.4.2
- github.com/go-logr/stdr v1.2.2
- github.com/go-viper/mapstructure/v2 v2.2.1
- github.com/gogo/protobuf v1.3.2
- github.com/google/go-cmp v0.7.0
- github.com/google/go-github/v64 v64.0.0
- github.com/google/go-github/v69 v69.2.0
- github.com/google/go-querystring v1.1.0
- github.com/google/uuid v1.6.0
- github.com/gorilla/mux v1.8.0
- github.com/inconshreveable/mousetrap v1.1.0
- github.com/mark3labs/mcp-go v0.18.0
- github.com/migueleliasweb/go-github-mock v1.1.0
- github.com/moby/docker-image-spec v1.3.1
- github.com/moby/term v0.5.0
- github.com/morikuni/aec v1.0.0
- github.com/opencontainers/go-digest v1.0.0
- github.com/opencontainers/image-spec v1.1.1
- github.com/pelletier/go-toml/v2 v2.2.3
- github.com/pkg/errors v0.9.1
- github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
- github.com/sagikazarmark/locafero v0.9.0
- github.com/sirupsen/logrus v1.9.3
- github.com/sourcegraph/conc v0.3.0
- github.com/spf13/afero v1.14.0
- github.com/spf13/cast v1.7.1
- github.com/spf13/cobra v1.9.1
- github.com/spf13/pflag v1.0.6
- github.com/spf13/viper v1.20.1
- github.com/stretchr/testify v1.10.0
- github.com/subosito/gotenv v1.6.0
- github.com/yosida95/uritemplate/v3 v3.0.2
- go.opentelemetry.io/auto/sdk v1.1.0
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0
- go.opentelemetry.io/otel v1.35.0
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.35.0
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19.0
- go.opentelemetry.io/otel/metric v1.35.0
- go.opentelemetry.io/otel/sdk v1.35.0
- go.opentelemetry.io/otel/trace v1.35.0
- go.opentelemetry.io/proto/otlp v1.5.0
- go.uber.org/multierr v1.11.0
- golang.org/x/sys v0.31.0
- golang.org/x/text v0.23.0
- golang.org/x/time v0.5.0
- google.golang.org/protobuf v1.36.5
- gopkg.in/yaml.v3 v3.0.1
- gotest.tools/v3 v3.5.1