Skip to main content
Glama
ruff.toml445 B
line-length = 100 target-version = "py312" exclude = [".eggs", ".git", ".ruff_cache", "__pypackages__", "dist"] [lint] select = ["E", "F", "I", "B", "UP"] ignore = [ "E501", # Line length check (handled by formatter) ] [lint.per-file-ignores] "**/test_*.py" = [] unfixable = ["F841"] [format] quote-style = "double" indent-style = "space" skip-magic-trailing-comma = false line-ending = "auto" [lint.pydocstyle] convention = "google"

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/possible055/relace-mcp'

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