Skip to main content
Glama

MCP Secure Installer

by Mossaka
Makefile360 B
.PHONY: test run install clean test: uv sync --extra dev uv run pytest tests/ -v test-coverage: uv sync --extra dev uv run pytest tests/ --cov=. --cov-report=html --cov-report=term run: uv run python mcp_installer.py install: uv sync --extra dev clean: rm -rf .pytest_cache __pycache__ tests/__pycache__ *.pyc tests/*.pyc rm -rf htmlcov .coverage

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/Mossaka/mcp-sinstaller'

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