We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/shuttle-hq/neptune-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.editorconfig•882 B
# http://editorconfig.org
# A special property that should be specified at the top of the file outside of any sections.
# Set to true to stop .editorconfig file search on the current file.
root = true
[*]
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 2
continuation_indent_size = 2
max_line_length = 120
[*.sh]
end_of_line = lf
# shfmt options, equivalent to: -ln=bash -bn -ci -sr
shell_variant = bash
binary_next_line = true
switch_case_indent = true
space_redirects = true
[*.py]
indent_size = 4
continuation_indent_size = 4
[*.md]
max_line_length = 80
indent_size = 4
continuation_indent_size = 4