Skip to main content
Glama

Demo HTTP MCP Server

ruff.toml508 B
cache-dir = ".ruff_cache" line-length = 100 indent-width = 4 target-version = "py313" include = ["app/**/*.py", "tests/**/*.py"] [lint] select = ["ALL"] ignore = [ "D100", "D103", "D101", "D102", "D104", "D107", "EM101", ] fixable = ["ALL"] unfixable = [] dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$" [lint.per-file-ignores] "tests/**/*.py" = ["S101"] [format] quote-style = "double" indent-style = "space" skip-magic-trailing-comma = false line-ending = "lf"

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/yeison-liscano/demo_http_mcp'

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