Skip to main content
Glama

Ultimate MCP Coding Platform

pyproject.toml687 B
[tool.black] line-length = 100 target-version = ["py311"] [tool.ruff] line-length = 100 [tool.ruff.lint] select = ["E", "F", "I", "B", "UP", "N", "S", "C4", "Q", "A", "ANN", "ASYNC"] ignore = ["ANN101", "ANN102", "B008"] per-file-ignores = {"backend/tests/*" = ["S101", "S105", "S106", "S603", "S607"]} [tool.ruff.lint.pydocstyle] convention = "google" [tool.mypy] python_version = "3.11" explicit_package_bases = true strict = true warn_return_any = true warn_unused_configs = true plugins = [] namespace_packages = true [tool.coverage.run] branch = true source = ["backend/mcp_server", "backend/agent_integration"] [tool.coverage.report] show_missing = true skip_covered = true

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/Senpai-Sama7/Ultimate_MCP'

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