Skip to main content
Glama

MCP OpenAPI Proxy

Makefile1.32 kB
# SPDX-license-identifier: Apache-2.0 ############################################################################## # Copyright (c) 2025 # All rights reserved. This program and the accompanying materials # are made available under the terms of the Apache License, Version 2.0 # which accompanies this distribution, and is available at # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## DOCKER_CMD ?= $(shell which docker 2> /dev/null || which podman 2> /dev/null || echo docker) .PHONY: cleanup cleanup: sudo rm -rf node_modules rm -rf .tox/ .venv/ .PHONY: lint lint: cleanup sudo -E $(DOCKER_CMD) run --rm -v $$(pwd):/tmp/lint \ -e RUN_LOCAL=true \ -e LINTER_RULES_PATH=/ \ -e EDITORCONFIG_FILE_NAME=.editorconfig-checker.json \ -e DEFAULT_BRANCH=main \ ghcr.io/super-linter/super-linter .PHONY: fmt fmt: cleanup command -v shfmt > /dev/null || curl -s "https://i.jpillora.com/mvdan/sh!!?as=shfmt" | bash shfmt -l -w -s -i 4 . command -v yamlfmt > /dev/null || curl -s "https://i.jpillora.com/google/yamlfmt!!" | bash yamlfmt -dstar **/*.{yaml,yml} command -v prettier > /dev/null || npm install prettier npx prettier . --write command -v uvx > /dev/null || curl -LsSf https://astral.sh/uv/install.sh | sh uvx tox -e fmt

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/electrocucaracha/mcp-openapi-proxy'

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