We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/joshuadavidthomas/mcp-django'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# http://editorconfig.org
[*]
charset = utf-8
end_of_line = lf
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[{,.}{j,J}ustfile]
indent_size = 4
[*.{py,rst,ini}]
indent_size = 4
[*.py]
line_length = 120
multi_line_output = 3
[*.{css,html,js,json,jsx,md,sass,scss,svelte,toml,ts,tsx,yml,yaml}]
indent_size = 2
[*.md]
trim_trailing_whitespace = false
[{Makefile,*.bat}]
indent_style = tab