Skip to main content
Glama

mbta-mpc-server

devshell.toml1.32 kB
[devshell] name = "mbta-mcp-server" motd = """ 🚇 Welcome to MBTA MCP Server development environment! Commands: - make build -- build the application - make run -- run the application - make test -- run all tests - make lint -- run linter Environment setup is handled by Nix flake and direnv. """ [[commands]] package = "go" help = "Go programming language" [[commands]] package = "golangci-lint" help = "Go linters runner" [[commands]] package = "goreleaser" help = "Release automation tool for Go projects" [[commands]] package = "melange" help = "Build APK commands from source" [[commands]] package = "apko" help = "Build OCI images from APK commands" [[commands]] package = "crane" help = "Tool for interacting with remote images and registries" [[commands]] package = "cosign" help = "Container signing and verification" [[commands]] name = "semver" package = "semver-cli" category = "version management" help = "Semantic versioning CLI tool from maykonlsf/semver-cli" [[commands]] package = "bubblewrap" category = "virtualization" help = "Bubblewrap tool for running containers" [[commands]] package = "qemu-user" category = "virtualization" help = "QEMU user space emulation binaries" [[env]] # Development environment variables name = "ENVIRONMENT" value = "development"

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/crdant/mbta-mcp-server'

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