We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vespo92/TrueNasCoreMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# EditorConfig helps maintain consistent coding styles across different editors
# https://editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 4
[*.py]
max_line_length = 100
[*.{json,yml,yaml}]
indent_size = 2
[*.md]
trim_trailing_whitespace = false
[Makefile]
indent_style = tab
[*.{bat,cmd}]
end_of_line = crlf
[*.sh]
end_of_line = lf
[.git*]
indent_size = 2