We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Davidkata1234/devir'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab
indent_size = 4
[*.go]
indent_style = tab
[*.{yml,yaml}]
indent_style = space
indent_size = 2
[*.{json,md}]
indent_style = space
indent_size = 2
[Makefile]
indent_style = tab