Skip to main content
Glama

Bitrise MCP Server

Official
by bitrise-io
devcontainer.json1.2 kB
// For format details, see https://aka.ms/devcontainer.json. For config options, see the // README at: https://github.com/devcontainers/templates/tree/main/src/go . { "name": "Go", "image": "mcr.microsoft.com/devcontainers/go:2-1.25-bookworm", "features": { "ghcr.io/devcontainers/features/docker-in-docker:2": {} }, "postCreateCommand": "go mod tidy && go mod vendor && make install-golangci-lint", "customizations": { "vscode": { "extensions": [ "golang.go", "ms-azuretools.vscode-containers" ], "settings": { "[go]": { "editor.formatOnSave": true, "editor.defaultFormatter": "golang.go", "editor.codeActionsOnSave": { "source.organizeImports": "explicit", "source.fixAll": "explicit" } }, "go.useLanguageServer": true, "gopls": { "ui.semanticTokens": true, "ui.completion.usePlaceholders": true }, "go.lintTool": "golangci-lint", "go.lintFlags": [ "--path-mode=abs", "--fast-only" ], "go.formatTool": "custom", "go.alternateTools": { "customFormatter": "golangci-lint" }, "go.formatFlags": [ "fmt", "--stdin" ], "go.coverOnSave": false } } } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bitrise-io/bitrise-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server