Skip to main content
Glama
README.md1.84 kB
## Deploying the Github Actions CloudFormation Stack ### Deploying ManagedPrometheus and its Policy ```console aws cloudformation deploy \ --stack-name GithubActionsManagedPrometheus \ --template-file prometheus_cloudformation.yaml \ --capabilities CAPABILITY_NAMED_IAM ``` ### Deploy Timestream ```console aws cloudformation deploy \ --stack-name GithubActionsTimestream \ --template-file timestream_cloudformation.yaml \ --parameter-overrides "DatabaseName=karpenterTesting" "TableName=scaleTestDurations" "SweeperTableName=sweeperCleanedResources" "ResourceCountTableName=resourceCount" ``` ### [Optional] Deploying ManagedGrafana and its Policy ```console aws cloudformation deploy \ --stack-name GithubActionsManagedGrafana \ --template-file grafana_cloudformation.yaml \ --parameter-overrides "PrometheusWorkspaceID=<workspace-id>" \ --capabilities CAPABILITY_NAMED_IAM ``` ### Deploying IAM Policies and OIDC Provider ```console aws cloudformation deploy --stack-name GithubActionsIAM \ --template-file iam_cloudformation.yaml \ --parameter-overrides "DatabaseName=karpenterTesting" "TableName=scaleTestDurations" "SweeperTableName=sweeperCleanedResources" "ResourceCountTableName=resourceCount" "Repository=aws/karpenter-provider-aws" Branches="*" "PrometheusWorkspaceID=<workspace-id>" Regions="us-east-2,us-west-2,..." \ --capabilities CAPABILITY_NAMED_IAM ``` _Note: If deploying this cloudformation stack to reference back to your own repository, ensure you replace the `Repository` parameter override with your fully-qualified repository name in the format `<organization>/<repo-name>`. This parameter (along with the `Branches` parameter) tells the OIDC provider that is deployed for the action to reach out to, which branches and repos it should allow tokens to come from._

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/mengfwan/test-mcp-glama'

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