Skip to main content
Glama
Makefile317 B
.PHONY: install dev test lint format clean install: uv sync dev: uv run fastmcp run fastmcp.json test: uv run pytest -v lint: uv run ruff check . format: uv run ruff format . clean: find . -type d -name __pycache__ -exec rm -rf {} + find . -type f -name "*.pyc" -delete rm -rf .pytest_cache .ruff_cache

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/bugffet/mcpbin'

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